Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DLazyCallGraph.h282 void insertOutgoingEdge(Node &CallerN, Node &CalleeN);
/external/llvm/lib/Analysis/
DLazyCallGraph.cpp190 void LazyCallGraph::SCC::insertOutgoingEdge(Node &CallerN, Node &CalleeN) { in insertOutgoingEdge() function in LazyCallGraph::SCC
/external/llvm/unittests/Analysis/
DLazyCallGraphTest.cpp420 AC.insertOutgoingEdge(A, D); in TEST()