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

/external/llvm/lib/Transforms/Scalar/
H A DLoopRotation.cpp73 bool rotateLoop(Loop *L, bool SimplifiedLatch);
121 while (rotateLoop(L, SimplifiedLatch)) {
330 bool LoopRotate::rotateLoop(Loop *L, bool SimplifiedLatch) { function in class:LoopRotate
/external/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp250 void rotateLoop(BlockChain &LoopChain, MachineBasicBlock *ExitingBB,
756 void MachineBlockPlacement::rotateLoop(BlockChain &LoopChain, function in class:MachineBlockPlacement
851 rotateLoop(LoopChain, ExitingBB, LoopBlockSet);
/external/llvm/lib/Target/PowerPC/
H A DPPCLoopPreIncPrep.cpp83 bool rotateLoop(Loop *L);

Completed in 1803 milliseconds