Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DLazyCallGraph.h588 void switchOutgoingEdgeToCall(Node &SourceN, Node &TargetN);
/external/llvm/lib/Analysis/
DLazyCallGraph.cpp672 void LazyCallGraph::RefSCC::switchOutgoingEdgeToCall(Node &SourceN, in switchOutgoingEdgeToCall() function in LazyCallGraph::RefSCC
/external/llvm/unittests/Analysis/
DLazyCallGraphTest.cpp544 ARC.switchOutgoingEdgeToCall(A, D); in TEST()