Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp87 bool rotateLoop(Loop *L, bool SimplifiedLatch);
270 bool LoopRotate::rotateLoop(Loop *L, bool SimplifiedLatch) { in rotateLoop() function in LoopRotate
815 bool MadeChange = rotateLoop(L, SimplifiedLatch); in processLoop()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp514 void rotateLoop(
2297 void MachineBlockPlacement::rotateLoop(BlockChain &LoopChain, in rotateLoop() function in MachineBlockPlacement
2623 rotateLoop(LoopChain, PreferredLoopExit, ExitFreq, LoopBlockSet); in buildLoopChains()