Searched refs:StopSet (Results 1 – 3 of 3) sorted by relevance
136 const StopSetT &StopSet, in isReachableImpl() argument142 for (auto *BB : StopSet) { in isReachableImpl()168 for (auto *StopSetBB : StopSet) { in isReachableImpl()180 if (StopSet.contains(BB)) in isReachableImpl()185 if (llvm::any_of(StopSet, [&](const BasicBlock *StopBB) { in isReachableImpl()251 const SmallPtrSetImpl<const BasicBlock *> &StopSet, in isManyPotentiallyReachableFromMany() argument255 Worklist, StopSet, ExclusionSet, DT, LI); in isManyPotentiallyReachableFromMany()
108 const SmallPtrSetImpl<const BasicBlock *> &StopSet,
1080 StringRef StopSet = StopSets[static_cast<int>(Stop)]; in parseDiagText() local1085 End = Text.find_first_of(StopSet, End + 2); in parseDiagText()