Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp85 bool rotateLoop(Loop *L, bool SimplifiedLatch);
416 bool LoopRotate::rotateLoop(Loop *L, bool SimplifiedLatch) { in rotateLoop() function in LoopRotate
1042 bool MadeChange = rotateLoop(L, SimplifiedLatch); in processLoop()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp568 void rotateLoop(BlockChain &LoopChain, const MachineBasicBlock *ExitingBB,
2419 void MachineBlockPlacement::rotateLoop(BlockChain &LoopChain, in rotateLoop() function in MachineBlockPlacement
2756 rotateLoop(LoopChain, PreferredLoopExit, ExitFreq, LoopBlockSet); in buildLoopChains()