HomeSort by relevance Sort by last modified time
    Searched refs:rotateLoop (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopRotation.cpp 55 bool rotateLoop(Loop *L);
78 while (rotateLoop(L))
150 bool LoopRotate::rotateLoop(Loop *L) {
  /external/llvm/lib/Transforms/Scalar/
LoopRotation.cpp 71 bool rotateLoop(Loop *L, bool SimplifiedLatch);
187 bool LoopRotate::rotateLoop(Loop *L, bool SimplifiedLatch) {
608 bool MadeChange = rotateLoop(L, SimplifiedLatch);
  /external/llvm/lib/CodeGen/
MachineBlockPlacement.cpp 329 void rotateLoop(BlockChain &LoopChain, MachineBasicBlock *ExitingBB,
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCLoopPreIncPrep.cpp 83 bool rotateLoop(Loop *L);

Completed in 206 milliseconds