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

/external/llvm/lib/Transforms/Scalar/
H A DLoopRotation.cpp69 bool rotateLoop(Loop *L, bool SimplifiedLatch);
109 while (rotateLoop(L, SimplifiedLatch)) {
295 bool LoopRotate::rotateLoop(Loop *L, bool SimplifiedLatch) { function in class:LoopRotate
/external/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp231 void rotateLoop(BlockChain &LoopChain, MachineBasicBlock *ExitingBB,
732 void MachineBlockPlacement::rotateLoop(BlockChain &LoopChain, function in class:MachineBlockPlacement
836 rotateLoop(LoopChain, ExitingBB, LoopBlockSet);

Completed in 133 milliseconds