Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h435 RefSCC *OuterRefSCC; variable
439 SCC(RefSCC &OuterRefSCC, NodeRangeT &&Nodes) in SCC() argument
440 : OuterRefSCC(&OuterRefSCC), Nodes(std::forward<NodeRangeT>(Nodes)) {} in SCC()
443 OuterRefSCC = nullptr; in clear()
493 RefSCC &getOuterRefSCC() const { return *OuterRefSCC; } in getOuterRefSCC()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DLazyCallGraph.cpp220 assert(OuterRefSCC && "Can't have a null RefSCC!"); in verify()
225 assert(OuterRefSCC->G->lookupSCC(*N) == this && in verify()
243 if (OuterRefSCC->G->lookupSCC(E.getNode()) == &C) in isParentOf()
254 LazyCallGraph &G = *OuterRefSCC->G; in isAncestorOf()
1053 InnerC.OuterRefSCC = this; in insertIncomingRefEdge()
1332 C->OuterRefSCC = &RC; in removeInternalRefEdge()