Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h732 void switchOutgoingEdgeToRef(Node &SourceN, Node &TargetN);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCGSCCPassManager.cpp1050 RC->switchOutgoingEdgeToRef(N, *RefTarget); in updateCGAndAnalysisManagerForPass()
H A DLazyCallGraph.cpp951 void LazyCallGraph::RefSCC::switchOutgoingEdgeToRef(Node &SourceN, in switchOutgoingEdgeToRef() function in LazyCallGraph::RefSCC