Searched refs:isDescendantOf (Results 1 – 2 of 2) sorted by relevance
508 bool isDescendantOf(const SCC &C) const { return C.isAncestorOf(*this); } in isDescendantOf() function647 bool isDescendantOf(const RefSCC &RC) const { in isDescendantOf() function
930 assert(G->lookupRefSCC(TargetN)->isDescendantOf(*this) && in switchOutgoingEdgeToCall()951 assert(G->lookupRefSCC(TargetN)->isDescendantOf(*this) && in switchOutgoingEdgeToRef()986 assert(G->lookupRefSCC(TargetN)->isDescendantOf(*this) && in insertOutgoingEdge()1001 assert(SourceC.isDescendantOf(*this) && in insertIncomingRefEdge()