Searched refs:rotateLoop (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | LoopRotation.cpp | 55 bool rotateLoop(Loop *L); 78 while (rotateLoop(L)) in runOnLoop() 150 bool LoopRotate::rotateLoop(Loop *L) { in rotateLoop() function in LoopRotate
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | LoopRotationUtils.cpp | 70 bool rotateLoop(Loop *L, bool SimplifiedLatch); 200 bool LoopRotate::rotateLoop(Loop *L, bool SimplifiedLatch) { in rotateLoop() function in LoopRotate 622 bool MadeChange = rotateLoop(L, SimplifiedLatch); in processLoop()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopRotation.cpp | 71 bool rotateLoop(Loop *L, bool SimplifiedLatch); 187 bool LoopRotate::rotateLoop(Loop *L, bool SimplifiedLatch) { in rotateLoop() function in LoopRotate 608 bool MadeChange = rotateLoop(L, SimplifiedLatch); in processLoop()
|
/external/llvm/lib/CodeGen/ |
D | MachineBlockPlacement.cpp | 329 void rotateLoop(BlockChain &LoopChain, MachineBasicBlock *ExitingBB, 1068 void MachineBlockPlacement::rotateLoop(BlockChain &LoopChain, in rotateLoop() function in MachineBlockPlacement 1343 rotateLoop(LoopChain, ExitingBB, LoopBlockSet); in buildLoopChains()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCLoopPreIncPrep.cpp | 83 bool rotateLoop(Loop *L);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCLoopPreIncPrep.cpp | 102 bool rotateLoop(Loop *L);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MachineBlockPlacement.cpp | 461 void rotateLoop( 1956 void MachineBlockPlacement::rotateLoop(BlockChain &LoopChain, in rotateLoop() function in MachineBlockPlacement 2273 rotateLoop(LoopChain, PreferredLoopExit, LoopBlockSet); in buildLoopChains()
|