Home
last modified time | relevance | path

Searched refs:MultiExitLoop (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopRotationUtils.cpp534 bool MultiExitLoop = false; in shouldSpeculateInstrs() local
537 MultiExitLoop = true; in shouldSpeculateInstrs()
573 if (MultiExitLoop) { in shouldSpeculateInstrs()
/external/llvm/lib/Transforms/Scalar/
DLoopRotation.cpp484 bool MultiExitLoop = false; in shouldSpeculateInstrs() local
487 MultiExitLoop = true; in shouldSpeculateInstrs()
522 if (MultiExitLoop) { in shouldSpeculateInstrs()
/external/llvm-project/llvm/lib/Transforms/Utils/
DLoopRotationUtils.cpp613 bool MultiExitLoop = false; in shouldSpeculateInstrs() local
616 MultiExitLoop = true; in shouldSpeculateInstrs()
652 if (MultiExitLoop) { in shouldSpeculateInstrs()
/external/llvm-project/llvm/unittests/Analysis/
DLoopInfoTest.cpp942 TEST(LoopInfoTest, MultiExitLoop) { in TEST() argument