Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DLazyCallGraph.h508 bool isDescendantOf(const SCC &C) const { return C.isAncestorOf(*this); } in isDescendantOf() function
647 bool isDescendantOf(const RefSCC &RC) const { in isDescendantOf() function
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DLazyCallGraph.cpp930 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()