Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h725 void switchOutgoingEdgeToRef(Node &SourceN, Node &TargetN);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCGSCCPassManager.cpp1090 RC->switchOutgoingEdgeToRef(N, *RefTarget); in updateCGAndAnalysisManagerForPass()
H A DLazyCallGraph.cpp958 void LazyCallGraph::RefSCC::switchOutgoingEdgeToRef(Node &SourceN, in switchOutgoingEdgeToRef() function in LazyCallGraph::RefSCC