Home
last modified time | relevance | path

Searched refs:insertOutgoingEdge (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h754 void insertOutgoingEdge(Node &SourceN, Node &TargetN, Edge::Kind EK);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyCallGraph.cpp984 void LazyCallGraph::RefSCC::insertOutgoingEdge(Node &SourceN, Node &TargetN, in insertOutgoingEdge() function in LazyCallGraph::RefSCC