Home
last modified time | relevance | path

Searched refs:LoopPeelDirection (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineLoopUtils.h18 enum LoopPeelDirection { enum
35 MachineBasicBlock *PeelSingleBlockLoop(LoopPeelDirection Direction,
H A DModuloSchedule.h333 MachineBasicBlock *peelKernel(LoopPeelDirection LPD);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineLoopUtils.cpp27 MachineBasicBlock *llvm::PeelSingleBlockLoop(LoopPeelDirection Direction, in PeelSingleBlockLoop()
H A DModuloSchedule.cpp1578 PeelingModuloScheduleExpander::peelKernel(LoopPeelDirection LPD) { in peelKernel()