Searched refs:StopSet (Results 1 – 3 of 3) sorted by relevance
135 const StopSetT &StopSet, in isReachableImpl() argument141 for (auto *BB : StopSet) { in isReachableImpl()167 for (auto *StopSetBB : StopSet) { in isReachableImpl()179 if (StopSet.contains(BB)) in isReachableImpl()184 if (llvm::any_of(StopSet, [&](const BasicBlock *StopBB) { in isReachableImpl()250 const SmallPtrSetImpl<const BasicBlock *> &StopSet, in isManyPotentiallyReachableFromMany() argument254 Worklist, StopSet, ExclusionSet, DT, LI); in isManyPotentiallyReachableFromMany()
107 const SmallPtrSetImpl<const BasicBlock *> &StopSet,
1023 llvm::StringRef StopSet = StopSets[static_cast<int>(Stop)]; in parseDiagText() local1028 End = Text.find_first_of(StopSet, End + 2); in parseDiagText()