Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h794 void removeOutgoingEdge(Node &SourceN, Node &TargetN);
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DCGSCCPassManager.cpp1031 RC->removeOutgoingEdge(N, *TargetN); in updateCGAndAnalysisManagerForPass()
H A DLazyCallGraph.cpp1137 void LazyCallGraph::RefSCC::removeOutgoingEdge(Node &SourceN, Node &TargetN) { in removeOutgoingEdge() function in LazyCallGraph::RefSCC