Searched refs:ShouldContinue (Results 1 – 6 of 6) sorted by relevance
422 bool ShouldContinue = Visitor.Visit(D); in indexDecl() local423 if (!ShouldContinue) in indexDecl()
947 bool &ShouldContinue) { in CheckForUseCFGHazard() argument955 ShouldContinue = true; in CheckForUseCFGHazard()1063 bool ShouldContinue = false; in CheckForCFGHazards() local1066 ShouldContinue); in CheckForCFGHazards()1067 if (ShouldContinue) in CheckForCFGHazards()
2137 bool ShouldContinue = true; in runOnFunction() local2151 while (ShouldContinue) { in runOnFunction()2153 ShouldContinue = iterateOnFunction(F); in runOnFunction()2155 ShouldContinue = true; in runOnFunction()2156 Changed |= ShouldContinue; in runOnFunction()
728 bool ShouldContinue; in vectorizePairs() local743 ShouldContinue = getCandidatePairs(BB, Start, CandidatePairs, in vectorizePairs()835 } while (ShouldContinue); in vectorizePairs()1263 bool ShouldContinue = false, IAfterStart = false; in getCandidatePairs() local1338 ShouldContinue = true; in getCandidatePairs()1343 if (ShouldContinue) in getCandidatePairs()1350 return ShouldContinue; in getCandidatePairs()
2199 bool ShouldContinue = true; in runImpl() local2214 while (ShouldContinue) { in runImpl()2216 ShouldContinue = iterateOnFunction(F); in runImpl()2217 Changed |= ShouldContinue; in runImpl()
834 Value *ShouldContinue = Builder.CreateICmpNE(Loaded_MaskOut, OldVal_MaskOut); in expandPartwordCmpXchg() local835 Builder.CreateCondBr(ShouldContinue, LoopBB, EndBB); in expandPartwordCmpXchg()