Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h787 void removeOutgoingEdge(Node &SourceN, Node &TargetN);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCGSCCPassManager.cpp1042 RC->removeOutgoingEdge(N, *TargetN); in updateCGAndAnalysisManagerForPass()
H A DLazyCallGraph.cpp1152 void LazyCallGraph::RefSCC::removeOutgoingEdge(Node &SourceN, Node &TargetN) { in removeOutgoingEdge() function in LazyCallGraph::RefSCC