Lines Matching refs:Parent
243 "Edge to a RefSCC missing us in its parent set.");
604 // couldn't impact the low-link of this parent because it isn't
737 // The only change required is to add this SCC to the parent set of the
762 // is to walk the RefSCC inverted DAG formed by the parent sets. The inverse
774 // because we don't use stably ordered containers for the parent SCCs.
776 // The set of RefSCCs that are connected to the parent, and thus will
793 RefSCC &Parent = *I++;
795 // If we have already processed this parent SCC, skip it, and remember
799 if (ConnectedSet.count(&Parent)) {
805 if (Visited.count(&Parent))
809 // set only as we pop them off, so "recurse" by rotating to the parent.
811 C = &Parent;
817 // thus up the parent graph from the caller), the current node needs to be
835 // We walk the newly connected RefSCCs in the reverse postorder of the parent
851 // update any parent sets.
853 // walk by updating the parent sets in some other manner.
945 "Did not find the source SCC in the target SCC's parent list!");
1086 // However, we do need to remove this RefSCC from its RefSCC's parent
1343 // couldn't impact the low-link of this parent because it isn't
1395 // FIXME: We should move callers of this to embed the parent linking and leaf
1399 // when we build the RefSCC) to connect it to the parent sets of its
1463 // couldn't impact the low-link of this parent because it isn't