Direction in which to peel a single‐block loop.

Synopsis

Declared in <llvm/CodeGen/MachineLoopUtils.h>

enum LoopPeelDirection;

Members

Name

Description

LPD_Front

Peel the first iteration of the loop.

LPD_Back

Peel the last iteration of the loop.

Non-Member Functions

Name

Description

PeelSingleBlockLoop

Peels a single block loop.

Created with MrDocs