Searched refs:ShouldContinue (Results 1 – 4 of 4) sorted by relevance
941 bool &ShouldContinue) { in CheckForUseCFGHazard() argument949 ShouldContinue = true; in CheckForUseCFGHazard()1057 bool ShouldContinue = false; in CheckForCFGHazards() local1060 ShouldContinue); in CheckForCFGHazards()1061 if (ShouldContinue) in CheckForCFGHazards()
720 bool ShouldContinue; in vectorizePairs() local735 ShouldContinue = getCandidatePairs(BB, Start, CandidatePairs, in vectorizePairs()827 } while (ShouldContinue); in vectorizePairs()1237 bool ShouldContinue = false, IAfterStart = false; in getCandidatePairs() local1308 ShouldContinue = true; in getCandidatePairs()1313 if (ShouldContinue) in getCandidatePairs()1320 return ShouldContinue; in getCandidatePairs()
2357 bool ShouldContinue = true; in runOnFunction() local2372 while (ShouldContinue) { in runOnFunction()2374 ShouldContinue = iterateOnFunction(F); in runOnFunction()2375 Changed |= ShouldContinue; in runOnFunction()
22014 bool ShouldContinue() { in ShouldContinue() function in RequestInterruptTestBase22029 info.GetReturnValue().Set(test->ShouldContinue()); in ShouldContinueCallback()22138 info.GetReturnValue().Set(test->ShouldContinue()); in ShouldContinueNativeGetter()