Searched refs:isDescendantOf (Results 1 – 2 of 2) sorted by relevance
895 assert(G->lookupRefSCC(TargetN)->isDescendantOf(*this) && in switchOutgoingEdgeToCall()917 assert(G->lookupRefSCC(TargetN)->isDescendantOf(*this) && in switchOutgoingEdgeToRef()954 assert(G->lookupRefSCC(TargetN)->isDescendantOf(*this) && in insertOutgoingEdge()970 assert(SourceC.isDescendantOf(*this) && in insertIncomingRefEdge()1376 assert(TargetRC.isDescendantOf(*this) && in handleTrivialEdgeInsertion()
519 bool isDescendantOf(const SCC &C) const { return C.isAncestorOf(*this); } in isDescendantOf() function654 bool isDescendantOf(const RefSCC &RC) const { in isDescendantOf() function