Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp1577 if (LPD == LPD_Front) in peelKernel()
1732 Prologs.push_back(peelKernel(LPD_Front)); in peelPrologAndEpilogs()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineLoopUtils.h18 LPD_Front, ///< Peel the first iteration of the loop. enumerator