Home
last modified time | relevance | path

Searched refs:removeInternalRefEdges (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h835 removeInternalRefEdges(ArrayRef<std::pair<Node *, Node *>> Edges);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyCallGraph.cpp1163 LazyCallGraph::RefSCC::removeInternalRefEdges( in removeInternalRefEdges() function in LazyCallGraph::RefSCC
1553 (void)RC->removeInternalRefEdges(InternalEdgesToRemove); in removeDeadFunctions()