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.h744 LLVM_ABI void insertInternalRefEdge(Node &SourceN, Node &TargetN);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyCallGraph.cpp974 void LazyCallGraph::RefSCC::insertInternalRefEdge(Node &SourceN, in insertInternalRefEdge() function in LazyCallGraph::RefSCC