Searched refs:ShouldContinue (Results 1 – 5 of 5) sorted by relevance
72 def ShouldContinue(self): member in network_3GRebootStress111 while self.ShouldContinue():
946 bool &ShouldContinue) { in CheckForUseCFGHazard() argument954 ShouldContinue = true; in CheckForUseCFGHazard()1062 bool ShouldContinue = false; in CheckForCFGHazards() local1065 ShouldContinue); in CheckForCFGHazards()1066 if (ShouldContinue) in CheckForCFGHazards()
728 bool ShouldContinue; in vectorizePairs() local743 ShouldContinue = getCandidatePairs(BB, Start, CandidatePairs, in vectorizePairs()835 } while (ShouldContinue); in vectorizePairs()1245 bool ShouldContinue = false, IAfterStart = false; in getCandidatePairs() local1320 ShouldContinue = true; in getCandidatePairs()1325 if (ShouldContinue) in getCandidatePairs()1332 return ShouldContinue; in getCandidatePairs()
2439 bool ShouldContinue = true; in runOnFunction() local2454 while (ShouldContinue) { in runOnFunction()2456 ShouldContinue = iterateOnFunction(F); in runOnFunction()2457 Changed |= ShouldContinue; in runOnFunction()
21597 bool ShouldContinue() { in ShouldContinue() function in RequestInterruptTestBase21612 info.GetReturnValue().Set(test->ShouldContinue()); in ShouldContinueCallback()21735 info.GetReturnValue().Set(test->ShouldContinue()); in ShouldContinueNativeGetter()