Searched refs:ShouldContinue (Results 1 – 5 of 5) sorted by relevance
1177 bool &ShouldContinue) { in CheckForUseCFGHazard() argument1185 ShouldContinue = true; in CheckForUseCFGHazard()1288 bool ShouldContinue = false; in CheckForCFGHazards() local1291 ShouldContinue); in CheckForCFGHazards()1292 if (ShouldContinue) in CheckForCFGHazards()
783 bool ShouldContinue = Visitor.Visit(D); in indexDecl() local784 if (!ShouldContinue) in indexDecl()
919 bool ShouldContinue = TraverseStmt(If->getThen()); in TraverseIfStmt() local922 return ShouldContinue && TraverseStmt(If->getElse()); in TraverseIfStmt()
2707 bool ShouldContinue = true; in runImpl() local2721 while (ShouldContinue) { in runImpl()2724 ShouldContinue = iterateOnFunction(F); in runImpl()2725 Changed |= ShouldContinue; in runImpl()
1031 Value *ShouldContinue = Builder.CreateICmpNE(Loaded_MaskOut, OldVal_MaskOut); in expandPartwordCmpXchg() local1032 Builder.CreateCondBr(ShouldContinue, LoopBB, EndBB); in expandPartwordCmpXchg()