enum LoopPeelDirection
Declared at: llvm/include/llvm/CodeGen/MachineLoopUtils.h:18
Enumerators
Name | Value | Comment |
---|---|---|
LPD_Front | 0 | Peel the first iteration of the loop. |
LPD_Back | 1 | Peel the last iteration of the loop. |
Declared at: llvm/include/llvm/CodeGen/MachineLoopUtils.h:18
Name | Value | Comment |
---|---|---|
LPD_Front | 0 | Peel the first iteration of the loop. |
LPD_Back | 1 | Peel the last iteration of the loop. |