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

  /external/llvm/lib/Transforms/Scalar/
LoopRotation.cpp 72 bool simplifyLoopLatch(Loop *L);
549 /// rotation will not work anyway, but simplifyLoopLatch will put the loop in
553 bool LoopRotate::simplifyLoopLatch(Loop *L) {
606 bool SimplifiedLatch = simplifyLoopLatch(L);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
LoopRotationUtils.cpp 71 bool simplifyLoopLatch(Loop *L);
560 /// rotation will not work anyway, but simplifyLoopLatch will put the loop in
564 bool LoopRotate::simplifyLoopLatch(Loop *L) {
620 SimplifiedLatch = simplifyLoopLatch(L);
  /external/llvm/lib/Target/PowerPC/
PPCLoopPreIncPrep.cpp 82 void simplifyLoopLatch(Loop *L);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCLoopPreIncPrep.cpp 101 void simplifyLoopLatch(Loop *L);

Completed in 255 milliseconds