Searched refs:ShouldContinue (Results 1 – 5 of 5) sorted by relevance
1179 bool &ShouldContinue) { in CheckForUseCFGHazard() argument1187 ShouldContinue = true; in CheckForUseCFGHazard()1290 bool ShouldContinue = false; in CheckForCFGHazards() local1293 ShouldContinue); in CheckForCFGHazards()1294 if (ShouldContinue) in CheckForCFGHazards()
788 bool ShouldContinue = Visitor.Visit(D); in indexDecl() local789 if (!ShouldContinue) in indexDecl()
1004 bool ShouldContinue = TraverseStmt(If->getThen()); in TraverseIfStmt() local1007 return ShouldContinue && TraverseStmt(If->getElse()); in TraverseIfStmt()
2778 bool ShouldContinue = true; in runImpl() local2793 while (ShouldContinue) { in runImpl()2796 ShouldContinue = iterateOnFunction(F); in runImpl()2797 Changed |= ShouldContinue; in runImpl()
1114 Value *ShouldContinue = Builder.CreateICmpNE(Loaded_MaskOut, OldVal_MaskOut); in expandPartwordCmpXchg() local1115 Builder.CreateCondBr(ShouldContinue, LoopBB, EndBB); in expandPartwordCmpXchg()