Searched refs:InverseReachable (Results 1 – 2 of 2) sorted by relevance
173 df_iterator_default_set<const BasicBlockT *> InverseReachable; in apply() local177 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()
1523 SmallPtrSet<const BlockT *, 8> InverseReachable;1529 InverseReachable.insert(&BB);1539 if (InverseReachable.insert(DstBB).second)1547 if (Reachable.count(&BB) && InverseReachable.count(&BB)) {