Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h746 void insertInternalRefEdge(Node &SourceN, Node &TargetN);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyCallGraph.cpp972 void LazyCallGraph::RefSCC::insertInternalRefEdge(Node &SourceN, in insertInternalRefEdge() function in LazyCallGraph::RefSCC