Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h726 void switchOutgoingEdgeToCall(Node &SourceN, Node &TargetN);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCGSCCPassManager.cpp1086 RC->switchOutgoingEdgeToCall(N, *CallTarget); in updateCGAndAnalysisManagerForPass()
H A DLazyCallGraph.cpp930 void LazyCallGraph::RefSCC::switchOutgoingEdgeToCall(Node &SourceN, in switchOutgoingEdgeToCall() function in LazyCallGraph::RefSCC