Searched refs:ShouldContinue (Results 1 – 6 of 6) sorted by relevance
234 bool ShouldContinue = Base::TraverseStmt(Node); in traverseStmtWithIncreasedNestingLevel() local236 return ShouldContinue; in traverseStmtWithIncreasedNestingLevel()241 bool ShouldContinue = Base::TraverseDecl(Node); in traverseDeclWithIncreasedNestingLevel() local243 return ShouldContinue; in traverseDeclWithIncreasedNestingLevel()342 bool ShouldContinue = Base::TraverseBinaryOperator(Op); in TraverseBinaryOperator() local347 return ShouldContinue; in TraverseBinaryOperator()360 bool ShouldContinue = Base::TraverseCallExpr(Node); in TraverseCallExpr() local364 return ShouldContinue; in TraverseCallExpr()
1218 bool &ShouldContinue) { in CheckForUseCFGHazard() argument1226 ShouldContinue = true; in CheckForUseCFGHazard()1329 bool ShouldContinue = false; in CheckForCFGHazards() local1332 ShouldContinue); in CheckForCFGHazards()1333 if (ShouldContinue) in CheckForCFGHazards()
782 bool ShouldContinue = Visitor.Visit(D); in indexDecl() local783 if (!ShouldContinue) in indexDecl()
880 bool ShouldContinue = TraverseStmt(If->getThen()); in TraverseIfStmt() local883 return ShouldContinue && TraverseStmt(If->getElse()); in TraverseIfStmt()
2598 bool ShouldContinue = true; in runImpl() local2612 while (ShouldContinue) { in runImpl()2615 ShouldContinue = iterateOnFunction(F); in runImpl()2616 Changed |= ShouldContinue; in runImpl()
992 Value *ShouldContinue = Builder.CreateICmpNE(Loaded_MaskOut, OldVal_MaskOut); in expandPartwordCmpXchg() local993 Builder.CreateCondBr(ShouldContinue, LoopBB, EndBB); in expandPartwordCmpXchg()