Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h828 SmallVector<RefSCC *, 1> removeInternalRefEdge(Node &SourceN,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DCGSCCPassManager.cpp1052 auto NewRefSCCs = RC->removeInternalRefEdge(N, DeadTargets); in updateCGAndAnalysisManagerForPass()
H A DLazyCallGraph.cpp1170 LazyCallGraph::RefSCC::removeInternalRefEdge(Node &SourceN, in removeInternalRefEdge() function in LazyCallGraph::RefSCC