Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineLoopUtils.h35 MachineBasicBlock *PeelSingleBlockLoop(LoopPeelDirection Direction,
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineLoopUtils.cpp27 MachineBasicBlock *llvm::PeelSingleBlockLoop(LoopPeelDirection Direction, in PeelSingleBlockLoop() function in llvm
H A DModuloSchedule.cpp1579 MachineBasicBlock *NewBB = PeelSingleBlockLoop(LPD, BB, MRI, TII); in peelKernel()