Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineLoopUtils.cpp40 if (Direction == LPD_Front) in PeelSingleBlockLoop()
86 if (Direction == LPD_Front) { in PeelSingleBlockLoop()
106 if (Direction == LPD_Front) { in PeelSingleBlockLoop()
H A DModuloSchedule.cpp1580 if (LPD == LPD_Front) in peelKernel()
1735 Prologs.push_back(peelKernel(LPD_Front)); in peelPrologAndEpilogs()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineLoopUtils.h19 LPD_Front, ///< Peel the first iteration of the loop. enumerator