Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp1177 bool &ShouldContinue) { in CheckForUseCFGHazard() argument
1185 ShouldContinue = true; in CheckForUseCFGHazard()
1288 bool ShouldContinue = false; in CheckForCFGHazards() local
1291 ShouldContinue); in CheckForCFGHazards()
1292 if (ShouldContinue) in CheckForCFGHazards()
/freebsd-14.2/contrib/llvm-project/clang/lib/Index/
H A DIndexDecl.cpp783 bool ShouldContinue = Visitor.Visit(D); in indexDecl() local
784 if (!ShouldContinue) in indexDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaAvailability.cpp919 bool ShouldContinue = TraverseStmt(If->getThen()); in TraverseIfStmt() local
922 return ShouldContinue && TraverseStmt(If->getElse()); in TraverseIfStmt()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp2707 bool ShouldContinue = true; in runImpl() local
2721 while (ShouldContinue) { in runImpl()
2724 ShouldContinue = iterateOnFunction(F); in runImpl()
2725 Changed |= ShouldContinue; in runImpl()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1031 Value *ShouldContinue = Builder.CreateICmpNE(Loaded_MaskOut, OldVal_MaskOut); in expandPartwordCmpXchg() local
1032 Builder.CreateCondBr(ShouldContinue, LoopBB, EndBB); in expandPartwordCmpXchg()