Searched refs:ShouldContinue (Results 1 – 5 of 5) sorted by relevance
1217 bool &ShouldContinue) { in CheckForUseCFGHazard() argument1225 ShouldContinue = true; in CheckForUseCFGHazard()1328 bool ShouldContinue = false; in CheckForCFGHazards() local1331 ShouldContinue); in CheckForCFGHazards()1332 if (ShouldContinue) in CheckForCFGHazards()
744 bool ShouldContinue = Visitor.Visit(D); in indexDecl() local745 if (!ShouldContinue) in indexDecl()
894 bool ShouldContinue = TraverseStmt(If->getThen()); in TraverseIfStmt() local897 return ShouldContinue && TraverseStmt(If->getElse()); in TraverseIfStmt()
2456 bool ShouldContinue = true; in runImpl() local2472 while (ShouldContinue) { in runImpl()2474 ShouldContinue = iterateOnFunction(F); in runImpl()2475 Changed |= ShouldContinue; in runImpl()
947 Value *ShouldContinue = Builder.CreateICmpNE(Loaded_MaskOut, OldVal_MaskOut); in expandPartwordCmpXchg() local948 Builder.CreateCondBr(ShouldContinue, LoopBB, EndBB); in expandPartwordCmpXchg()