Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DCGSCCPassManager.cpp567 RC->switchOutgoingEdgeToRef(N, *RefTarget); in updateCGAndAnalysisManagerForFunctionPass()
DLazyCallGraph.cpp896 void LazyCallGraph::RefSCC::switchOutgoingEdgeToRef(Node &SourceN, in switchOutgoingEdgeToRef() function in LazyCallGraph::RefSCC
/external/llvm/include/llvm/Analysis/
DLazyCallGraph.h594 void switchOutgoingEdgeToRef(Node &SourceN, Node &TargetN);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DLazyCallGraph.h739 void switchOutgoingEdgeToRef(Node &SourceN, Node &TargetN);
/external/llvm/lib/Analysis/
DLazyCallGraph.cpp692 void LazyCallGraph::RefSCC::switchOutgoingEdgeToRef(Node &SourceN, in switchOutgoingEdgeToRef() function in LazyCallGraph::RefSCC
/external/llvm/unittests/Analysis/
DLazyCallGraphTest.cpp527 ARC.switchOutgoingEdgeToRef(A, D); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DLazyCallGraphTest.cpp666 ARC.switchOutgoingEdgeToRef(A, D); in TEST()