Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/ObjCARC/
DObjCARCOpts.cpp941 bool &ShouldContinue) { in CheckForUseCFGHazard()
1057 bool ShouldContinue = false; in CheckForCFGHazards() local
/external/llvm/lib/Transforms/Vectorize/
DBBVectorize.cpp720 bool ShouldContinue; in vectorizePairs() local
1237 bool ShouldContinue = false, IAfterStart = false; in getCandidatePairs() local
/external/llvm/lib/Transforms/Scalar/
DGVN.cpp2357 bool ShouldContinue = true; in runOnFunction() local
/external/v8/test/cctest/
Dtest-api.cc22014 bool ShouldContinue() { in ShouldContinue() function in RequestInterruptTestBase