Home
last modified time | relevance | path

Searched defs:MultiExitLoop (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp945 bool MultiExitLoop = false; in shouldSpeculateInstrs() local
/llvm-project/llvm/unittests/Analysis/
H A DLoopInfoTest.cpp944 TEST(LoopInfoTest, MultiExitLoop) { in TEST() argument