Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp75 bool rotateLoop(Loop *L, bool SimplifiedLatch);
205 bool LoopRotate::rotateLoop(Loop *L, bool SimplifiedLatch) { in rotateLoop() function in LoopRotate
660 bool MadeChange = rotateLoop(L, SimplifiedLatch); in processLoop()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCLoopPreIncPrep.cpp102 bool rotateLoop(Loop *L);
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp461 void rotateLoop(
1956 void MachineBlockPlacement::rotateLoop(BlockChain &LoopChain, in rotateLoop() function in MachineBlockPlacement
2273 rotateLoop(LoopChain, PreferredLoopExit, LoopBlockSet); in buildLoopChains()