Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h794 void removeOutgoingEdge(Node &SourceN, Node &TargetN);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyCallGraph.cpp1145 void LazyCallGraph::RefSCC::removeOutgoingEdge(Node &SourceN, Node &TargetN) { in removeOutgoingEdge() function in LazyCallGraph::RefSCC
1548 RC->removeOutgoingEdge(*DeadN, E.getNode()); in removeDeadFunctions()
H A DCGSCCPassManager.cpp1032 RC->removeOutgoingEdge(N, *TargetN); in updateCGAndAnalysisManagerForPass()