Searched refs:removeIntraSCCEdge (Results 1 – 3 of 3) sorted by relevance
344 SmallVector<SCC *, 1> removeIntraSCCEdge(Node &CallerN, Node &CalleeN);
703 SmallVector<LazyCallGraph::SCC *, 1> NewSCCs = SCC.removeIntraSCCEdge(B, A); in TEST()711 NewSCCs = SCC.removeIntraSCCEdge(C, A); in TEST()
457 LazyCallGraph::SCC::removeIntraSCCEdge(Node &CallerN, in removeIntraSCCEdge() function in LazyCallGraph::SCC