llvm::LoopPeelDirection

Direction in which to peel a single-block loop.

Synopsis

Declared in <llvm/CodeGen/MachineLoopUtils.h>

enum LoopPeelDirection;

Members

NameDescription
LPD_Front Peel the first iteration of the loop.
LPD_Back Peel the last iteration of the loop.

Non-Member Functions

NameDescription
PeelSingleBlockLoopPeels a single block loop.