Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineLoopUtils.h17 enum LoopPeelDirection { enum
34 MachineBasicBlock *PeelSingleBlockLoop(LoopPeelDirection Direction,
H A DModuloSchedule.h337 MachineBasicBlock *peelKernel(LoopPeelDirection LPD);
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineLoopUtils.cpp26 MachineBasicBlock *llvm::PeelSingleBlockLoop(LoopPeelDirection Direction, in PeelSingleBlockLoop()
H A DModuloSchedule.cpp1591 PeelingModuloScheduleExpander::peelKernel(LoopPeelDirection LPD) { in peelKernel()