Home
last modified time | relevance | path

Searched refs:InverseReachable (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileInference.h173 df_iterator_default_set<const BasicBlockT *> InverseReachable; in apply() local
177 for (auto *RBB : inverse_depth_first_ext(&BB, InverseReachable)) in apply()
188 if (Reachable.count(&BB) && InverseReachable.count(&BB)) { in apply()
230 assert(InverseReachable.contains(I.first)); in apply()
235 assert(InverseReachable.contains(I.first.first) && in apply()
236 InverseReachable.contains(I.first.second)); in apply()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h1523 SmallPtrSet<const BlockT *, 8> InverseReachable;
1529 InverseReachable.insert(&BB);
1539 if (InverseReachable.insert(DstBB).second)
1547 if (Reachable.count(&BB) && InverseReachable.count(&BB)) {