Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/ObjCARC/
DObjCARCOpts.cpp1561 bool &ShouldContinue) { in CheckForUseCFGHazard() argument
1569 ShouldContinue = true; in CheckForUseCFGHazard()
1677 bool ShouldContinue = false; in CheckForCFGHazards() local
1680 ShouldContinue); in CheckForCFGHazards()
1681 if (ShouldContinue) in CheckForCFGHazards()
/external/llvm/lib/Transforms/Vectorize/
DBBVectorize.cpp719 bool ShouldContinue; in vectorizePairs() local
734 ShouldContinue = getCandidatePairs(BB, Start, CandidatePairs, in vectorizePairs()
826 } while (ShouldContinue); in vectorizePairs()
1241 bool ShouldContinue = false, IAfterStart = false; in getCandidatePairs() local
1312 ShouldContinue = true; in getCandidatePairs()
1317 if (ShouldContinue) in getCandidatePairs()
1324 return ShouldContinue; in getCandidatePairs()
/external/llvm/lib/Transforms/Scalar/
DGVN.cpp2348 bool ShouldContinue = true; in runOnFunction() local
2362 while (ShouldContinue) { in runOnFunction()
2364 ShouldContinue = iterateOnFunction(F); in runOnFunction()
2365 Changed |= ShouldContinue; in runOnFunction()
/external/chromium_org/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()