Direction in which to peel a single-block loop.
Declared in <llvm/CodeGen/MachineLoopUtils.h>
enum LoopPeelDirection;
| Name | Description |
|---|---|
LPD_Front | Peel the first iteration of the loop. |
LPD_Back | Peel the last iteration of the loop. |
| Name | Description |
|---|---|
PeelSingleBlockLoop | Peels a single block loop. |