Home
last modified time | relevance | path

Searched refs:LPD_Front (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineLoopUtils.cpp39 if (Direction == LPD_Front) in PeelSingleBlockLoop()
89 if (Direction == LPD_Front) { in PeelSingleBlockLoop()
109 if (Direction == LPD_Front) { in PeelSingleBlockLoop()
H A DModuloSchedule.cpp1598 if (LPD == LPD_Front) in peelKernel()
1753 Prologs.push_back(peelKernel(LPD_Front)); in peelPrologAndEpilogs()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineLoopUtils.h18 LPD_Front, ///< Peel the first iteration of the loop. enumerator