Searched refs:MultiExitLoop (Results 1 – 2 of 2) sorted by relevance
695 bool MultiExitLoop = false; in shouldSpeculateInstrs() local698 MultiExitLoop = true; in shouldSpeculateInstrs()734 if (MultiExitLoop) { in shouldSpeculateInstrs()
943 TEST(LoopInfoTest, MultiExitLoop) { in TEST() argument