Searched refs:MultiExitLoop (Results 1 – 4 of 4) sorted by relevance
534 bool MultiExitLoop = false; in shouldSpeculateInstrs() local537 MultiExitLoop = true; in shouldSpeculateInstrs()573 if (MultiExitLoop) { in shouldSpeculateInstrs()
484 bool MultiExitLoop = false; in shouldSpeculateInstrs() local487 MultiExitLoop = true; in shouldSpeculateInstrs()522 if (MultiExitLoop) { in shouldSpeculateInstrs()
613 bool MultiExitLoop = false; in shouldSpeculateInstrs() local616 MultiExitLoop = true; in shouldSpeculateInstrs()652 if (MultiExitLoop) { in shouldSpeculateInstrs()
942 TEST(LoopInfoTest, MultiExitLoop) { in TEST() argument