enum LoopPeelDirection

Declared at: llvm/include/llvm/CodeGen/MachineLoopUtils.h:18

Enumerators

NameValueComment
LPD_Front0Peel the first iteration of the loop.
LPD_Back1Peel the last iteration of the loop.