Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h274 void insertIntraSCCEdge(Node &CallerN, Node &CalleeN);
/minix/external/bsd/llvm/dist/llvm/unittests/Analysis/
H A DLazyCallGraphTest.cpp649 SCC.insertIntraSCCEdge(A, C); in TEST()
656 SCC.insertIntraSCCEdge(A, A); in TEST()
/minix/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DLazyCallGraph.cpp180 void LazyCallGraph::SCC::insertIntraSCCEdge(Node &CallerN, Node &CalleeN) { in insertIntraSCCEdge() function in LazyCallGraph::SCC