Searched refs:ShouldContinue (Results 1 – 4 of 4) sorted by relevance
1561 bool &ShouldContinue) { in CheckForUseCFGHazard() argument1569 ShouldContinue = true; in CheckForUseCFGHazard()1677 bool ShouldContinue = false; in CheckForCFGHazards() local1680 ShouldContinue); in CheckForCFGHazards()1681 if (ShouldContinue) in CheckForCFGHazards()
719 bool ShouldContinue; in vectorizePairs() local734 ShouldContinue = getCandidatePairs(BB, Start, CandidatePairs, in vectorizePairs()826 } while (ShouldContinue); in vectorizePairs()1241 bool ShouldContinue = false, IAfterStart = false; in getCandidatePairs() local1312 ShouldContinue = true; in getCandidatePairs()1317 if (ShouldContinue) in getCandidatePairs()1324 return ShouldContinue; in getCandidatePairs()
2348 bool ShouldContinue = true; in runOnFunction() local2362 while (ShouldContinue) { in runOnFunction()2364 ShouldContinue = iterateOnFunction(F); in runOnFunction()2365 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()