Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/ObjCARC/
DObjCARCOpts.cpp941 bool &ShouldContinue) { in CheckForUseCFGHazard() argument
949 ShouldContinue = true; in CheckForUseCFGHazard()
1057 bool ShouldContinue = false; in CheckForCFGHazards() local
1060 ShouldContinue); in CheckForCFGHazards()
1061 if (ShouldContinue) in CheckForCFGHazards()
/external/llvm/lib/Transforms/Vectorize/
DBBVectorize.cpp720 bool ShouldContinue; in vectorizePairs() local
735 ShouldContinue = getCandidatePairs(BB, Start, CandidatePairs, in vectorizePairs()
827 } while (ShouldContinue); in vectorizePairs()
1237 bool ShouldContinue = false, IAfterStart = false; in getCandidatePairs() local
1308 ShouldContinue = true; in getCandidatePairs()
1313 if (ShouldContinue) in getCandidatePairs()
1320 return ShouldContinue; in getCandidatePairs()
/external/llvm/lib/Transforms/Scalar/
DGVN.cpp2357 bool ShouldContinue = true; in runOnFunction() local
2372 while (ShouldContinue) { in runOnFunction()
2374 ShouldContinue = iterateOnFunction(F); in runOnFunction()
2375 Changed |= ShouldContinue; in runOnFunction()
/external/v8/test/cctest/
Dtest-api.cc22014 bool ShouldContinue() { in ShouldContinue() function in RequestInterruptTestBase
22029 info.GetReturnValue().Set(test->ShouldContinue()); in ShouldContinueCallback()
22138 info.GetReturnValue().Set(test->ShouldContinue()); in ShouldContinueNativeGetter()