Searched refs:insertOutgoingEdge (Results 1 – 3 of 3) sorted by relevance
616 void insertOutgoingEdge(Node &SourceN, Node &TargetN, Edge::Kind EK);
725 void LazyCallGraph::RefSCC::insertOutgoingEdge(Node &SourceN, Node &TargetN, in insertOutgoingEdge() function in LazyCallGraph::RefSCC
505 ARC.insertOutgoingEdge(A, D, LazyCallGraph::Edge::Call); in TEST()