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

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DLoopRotation.cpp55 bool rotateLoop(Loop *L);
78 while (rotateLoop(L))
150 bool LoopRotate::rotateLoop(Loop *L) { function in class:LoopRotate
/external/llvm/lib/Transforms/Scalar/
H A DLoopRotation.cpp71 bool rotateLoop(Loop *L, bool SimplifiedLatch);
187 bool LoopRotate::rotateLoop(Loop *L, bool SimplifiedLatch) { function in class:LoopRotate
608 bool MadeChange = rotateLoop(L, SimplifiedLatch);
/external/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp329 void rotateLoop(BlockChain &LoopChain, MachineBasicBlock *ExitingBB,
1068 void MachineBlockPlacement::rotateLoop(BlockChain &LoopChain, function in class:MachineBlockPlacement
1343 rotateLoop(LoopChain, ExitingBB, LoopBlockSet);

Completed in 158 milliseconds