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