Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DLazyCallGraph.h310 void removeInterSCCEdge(Node &CallerN, Node &CalleeN);
/external/llvm/lib/Analysis/
DLazyCallGraph.cpp324 void LazyCallGraph::SCC::removeInterSCCEdge(Node &CallerN, Node &CalleeN) { in removeInterSCCEdge() function in LazyCallGraph::SCC
/external/llvm/unittests/Analysis/
DLazyCallGraphTest.cpp610 AC.removeInterSCCEdge(A, B); in TEST()