Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp695 bool MultiExitLoop = false; in shouldSpeculateInstrs() local
698 MultiExitLoop = true; in shouldSpeculateInstrs()
734 if (MultiExitLoop) { in shouldSpeculateInstrs()
/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DLoopInfoTest.cpp943 TEST(LoopInfoTest, MultiExitLoop) { in TEST() argument