Home
last modified time | relevance | path

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

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