Home
last modified time | relevance | path

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

/external/clang/lib/Index/
DIndexDecl.cpp422 bool ShouldContinue = Visitor.Visit(D); in indexDecl() local
423 if (!ShouldContinue) in indexDecl()
/external/llvm/lib/Transforms/ObjCARC/
DObjCARCOpts.cpp947 bool &ShouldContinue) { in CheckForUseCFGHazard() argument
955 ShouldContinue = true; in CheckForUseCFGHazard()
1063 bool ShouldContinue = false; in CheckForCFGHazards() local
1066 ShouldContinue); in CheckForCFGHazards()
1067 if (ShouldContinue) in CheckForCFGHazards()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DGVN.cpp2137 bool ShouldContinue = true; in runOnFunction() local
2151 while (ShouldContinue) { in runOnFunction()
2153 ShouldContinue = iterateOnFunction(F); in runOnFunction()
2155 ShouldContinue = true; in runOnFunction()
2156 Changed |= ShouldContinue; in runOnFunction()
/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()
1263 bool ShouldContinue = false, IAfterStart = false; in getCandidatePairs() local
1338 ShouldContinue = true; in getCandidatePairs()
1343 if (ShouldContinue) in getCandidatePairs()
1350 return ShouldContinue; in getCandidatePairs()
/external/llvm/lib/Transforms/Scalar/
DGVN.cpp2199 bool ShouldContinue = true; in runImpl() local
2214 while (ShouldContinue) { in runImpl()
2216 ShouldContinue = iterateOnFunction(F); in runImpl()
2217 Changed |= ShouldContinue; in runImpl()
/external/llvm/lib/CodeGen/
DAtomicExpandPass.cpp834 Value *ShouldContinue = Builder.CreateICmpNE(Loaded_MaskOut, OldVal_MaskOut); in expandPartwordCmpXchg() local
835 Builder.CreateCondBr(ShouldContinue, LoopBB, EndBB); in expandPartwordCmpXchg()