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.h793 LLVM_ABI void removeOutgoingEdge(Node &SourceN, Node &TargetN);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyCallGraph.cpp1147 void LazyCallGraph::RefSCC::removeOutgoingEdge(Node &SourceN, Node &TargetN) { in removeOutgoingEdge() function in LazyCallGraph::RefSCC
1550 RC->removeOutgoingEdge(*DeadN, E.getNode()); in removeDeadFunctions()
H A DCGSCCPassManager.cpp1037 RC->removeOutgoingEdge(N, *TargetN); in updateCGAndAnalysisManagerForPass()