Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DLazyCallGraph.h608 void insertInternalRefEdge(Node &SourceN, Node &TargetN);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLazyCallGraph.h753 void insertInternalRefEdge(Node &SourceN, Node &TargetN);
/external/llvm-project/llvm/include/llvm/Analysis/
DLazyCallGraph.h753 void insertInternalRefEdge(Node &SourceN, Node &TargetN);
/external/llvm/lib/Analysis/
DLazyCallGraph.cpp712 void LazyCallGraph::RefSCC::insertInternalRefEdge(Node &SourceN, in insertInternalRefEdge() function in LazyCallGraph::RefSCC
/external/llvm-project/llvm/lib/Analysis/
DLazyCallGraph.cpp943 void LazyCallGraph::RefSCC::insertInternalRefEdge(Node &SourceN, in insertInternalRefEdge() function in LazyCallGraph::RefSCC
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLazyCallGraph.cpp931 void LazyCallGraph::RefSCC::insertInternalRefEdge(Node &SourceN, in insertInternalRefEdge() function in LazyCallGraph::RefSCC
/external/llvm/unittests/Analysis/
DLazyCallGraphTest.cpp786 RC.insertInternalRefEdge(A, C); in TEST()
/external/llvm-project/llvm/unittests/Analysis/
DLazyCallGraphTest.cpp1254 RC.insertInternalRefEdge(A, C); in TEST()