Direction in which to peel a single‐block loop.
Synopsis
Declared in <llvm/CodeGen/MachineLoopUtils.h>
enum LoopPeelDirection;
Members
Name |
Description |
|
Peel the first iteration of the loop. |
|
Peel the last iteration of the loop. |
Non-Member Functions
Name |
Description |
Peels a single block loop. |
Created with MrDocs