Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/ObjCARC/
DObjCARCOpts.cpp1561 bool &ShouldContinue) { in CheckForUseCFGHazard()
1677 bool ShouldContinue = false; in CheckForCFGHazards() local
/external/llvm/lib/Transforms/Vectorize/
DBBVectorize.cpp719 bool ShouldContinue; in vectorizePairs() local
1241 bool ShouldContinue = false, IAfterStart = false; in getCandidatePairs() local
/external/llvm/lib/Transforms/Scalar/
DGVN.cpp2348 bool ShouldContinue = true; in runOnFunction() local
/external/chromium_org/v8/test/cctest/
Dtest-api.cc21931 bool ShouldContinue() { in ShouldContinue() function in RequestInterruptTestBase