Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h738 void insertInternalRefEdge(Node &SourceN, Node &TargetN);
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLazyCallGraph.cpp980 void LazyCallGraph::RefSCC::insertInternalRefEdge(Node &SourceN, in insertInternalRefEdge() function in LazyCallGraph::RefSCC
/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DLazyCallGraphTest.cpp1255 RC.insertInternalRefEdge(A, C); in TEST()