Home
last modified time | relevance | path

Searched refs:removeInternalRefEdge (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h835 removeInternalRefEdge(Node &SourceN, ArrayRef<Node *> TargetNs);
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLazyCallGraph.cpp1155 LazyCallGraph::RefSCC::removeInternalRefEdge(Node &SourceN, in removeInternalRefEdge() function in LazyCallGraph::RefSCC
1532 RC->removeInternalRefEdge(*OtherN, ArrayRef<Node *>(&N)); in removeDeadFunction()
H A DCGSCCPassManager.cpp1036 auto NewRefSCCs = RC->removeInternalRefEdge(N, DeadTargets); in updateCGAndAnalysisManagerForPass()