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

  /external/llvm/include/llvm/Analysis/
LazyCallGraph.h 338 SmallVector<SCC *, 1> removeIntraSCCEdge(Node &CallerN, Node &CalleeN);
  /external/llvm/unittests/Analysis/
LazyCallGraphTest.cpp 703 SmallVector<LazyCallGraph::SCC *, 1> NewSCCs = SCC.removeIntraSCCEdge(B, A);
711 NewSCCs = SCC.removeIntraSCCEdge(C, A);
  /external/llvm/lib/Analysis/
LazyCallGraph.cpp 457 LazyCallGraph::SCC::removeIntraSCCEdge(Node &CallerN,

Completed in 2118 milliseconds