HomeSort by relevance Sort by last modified time
    Searched refs:insertIntraSCCEdge (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Analysis/
LazyCallGraph.h 274 void insertIntraSCCEdge(Node &CallerN, Node &CalleeN);
  /external/llvm/unittests/Analysis/
LazyCallGraphTest.cpp 649 SCC.insertIntraSCCEdge(A, C);
656 SCC.insertIntraSCCEdge(A, A);
  /external/llvm/lib/Analysis/
LazyCallGraph.cpp 180 void LazyCallGraph::SCC::insertIntraSCCEdge(Node &CallerN, Node &CalleeN) {

Completed in 31 milliseconds