Home
last modified time | relevance | path

Searched refs:StopSet (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCFG.cpp136 const StopSetT &StopSet, in isReachableImpl() argument
142 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() argument
255 Worklist, StopSet, ExclusionSet, DT, LI); in isManyPotentiallyReachableFromMany()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCFG.h108 const SmallPtrSetImpl<const BasicBlock *> &StopSet,
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp1080 StringRef StopSet = StopSets[static_cast<int>(Stop)]; in parseDiagText() local
1085 End = Text.find_first_of(StopSet, End + 2); in parseDiagText()