Home
last modified time | relevance | path

Searched refs:insertIncomingRefEdge (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/Analysis/
DLazyCallGraph.h643 SmallVector<RefSCC *, 1> insertIncomingRefEdge(Node &SourceN,
/external/llvm/unittests/Analysis/
DLazyCallGraphTest.cpp643 auto MergedRCs = CRC.insertIncomingRefEdge(D2, C2); in TEST()
710 auto MergedRCs = CRC.insertIncomingRefEdge(D2, C2); in TEST()
/external/llvm/lib/Analysis/
DLazyCallGraph.cpp748 LazyCallGraph::RefSCC::insertIncomingRefEdge(Node &SourceN, Node &TargetN) { in insertIncomingRefEdge() function in LazyCallGraph::RefSCC