Home
last modified time | relevance | path

Searched refs:ShouldContinue (Results 1 – 5 of 5) sorted by relevance

/external/autotest/client/site_tests/network_3GRebootStress/
Dnetwork_3GRebootStress.py72 def ShouldContinue(self): member in network_3GRebootStress
111 while self.ShouldContinue():
/external/llvm/lib/Transforms/ObjCARC/
DObjCARCOpts.cpp946 bool &ShouldContinue) { in CheckForUseCFGHazard() argument
954 ShouldContinue = true; in CheckForUseCFGHazard()
1062 bool ShouldContinue = false; in CheckForCFGHazards() local
1065 ShouldContinue); in CheckForCFGHazards()
1066 if (ShouldContinue) in CheckForCFGHazards()
/external/llvm/lib/Transforms/Vectorize/
DBBVectorize.cpp728 bool ShouldContinue; in vectorizePairs() local
743 ShouldContinue = getCandidatePairs(BB, Start, CandidatePairs, in vectorizePairs()
835 } while (ShouldContinue); in vectorizePairs()
1245 bool ShouldContinue = false, IAfterStart = false; in getCandidatePairs() local
1320 ShouldContinue = true; in getCandidatePairs()
1325 if (ShouldContinue) in getCandidatePairs()
1332 return ShouldContinue; in getCandidatePairs()
/external/llvm/lib/Transforms/Scalar/
DGVN.cpp2439 bool ShouldContinue = true; in runOnFunction() local
2454 while (ShouldContinue) { in runOnFunction()
2456 ShouldContinue = iterateOnFunction(F); in runOnFunction()
2457 Changed |= ShouldContinue; in runOnFunction()
/external/v8/test/cctest/
Dtest-api.cc21597 bool ShouldContinue() { in ShouldContinue() function in RequestInterruptTestBase
21612 info.GetReturnValue().Set(test->ShouldContinue()); in ShouldContinueCallback()
21735 info.GetReturnValue().Set(test->ShouldContinue()); in ShouldContinueNativeGetter()