Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DCGSCCPassManager.cpp596 RC->switchOutgoingEdgeToCall(N, *CallTarget); in updateCGAndAnalysisManagerForFunctionPass()
DLazyCallGraph.cpp874 void LazyCallGraph::RefSCC::switchOutgoingEdgeToCall(Node &SourceN, in switchOutgoingEdgeToCall() function in LazyCallGraph::RefSCC
/external/llvm/include/llvm/Analysis/
DLazyCallGraph.h588 void switchOutgoingEdgeToCall(Node &SourceN, Node &TargetN);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DLazyCallGraph.h733 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()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DLazyCallGraphTest.cpp687 ARC.switchOutgoingEdgeToCall(A, D); in TEST()