Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp1217 bool &ShouldContinue) { in CheckForUseCFGHazard() argument
1225 ShouldContinue = true; in CheckForUseCFGHazard()
1328 bool ShouldContinue = false; in CheckForCFGHazards() local
1331 ShouldContinue); in CheckForCFGHazards()
1332 if (ShouldContinue) in CheckForCFGHazards()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexDecl.cpp744 bool ShouldContinue = Visitor.Visit(D); in indexDecl() local
745 if (!ShouldContinue) in indexDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaAvailability.cpp894 bool ShouldContinue = TraverseStmt(If->getThen()); in TraverseIfStmt() local
897 return ShouldContinue && TraverseStmt(If->getElse()); in TraverseIfStmt()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DGVN.cpp2456 bool ShouldContinue = true; in runImpl() local
2472 while (ShouldContinue) { in runImpl()
2474 ShouldContinue = iterateOnFunction(F); in runImpl()
2475 Changed |= ShouldContinue; in runImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp947 Value *ShouldContinue = Builder.CreateICmpNE(Loaded_MaskOut, OldVal_MaskOut); in expandPartwordCmpXchg() local
948 Builder.CreateCondBr(ShouldContinue, LoopBB, EndBB); in expandPartwordCmpXchg()