Home
last modified time | relevance | path

Searched refs:switchTrivialInternalEdgeToRef (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DCGSCCPassManager.cpp494 RC->switchTrivialInternalEdgeToRef(N, E.getNode()); in updateCGAndAnalysisManagerForFunctionPass()
577 RC->switchTrivialInternalEdgeToRef(N, *RefTarget); in updateCGAndAnalysisManagerForFunctionPass()
DLazyCallGraph.cpp665 void LazyCallGraph::RefSCC::switchTrivialInternalEdgeToRef(Node &SourceN, in switchTrivialInternalEdgeToRef() function in LazyCallGraph::RefSCC
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DLazyCallGraphTest.cpp1780 RC.switchTrivialInternalEdgeToRef(B3, C3); in TEST()
1781 RC.switchTrivialInternalEdgeToRef(C2, B3); in TEST()
1782 RC.switchTrivialInternalEdgeToRef(B2, C2); in TEST()
1783 RC.switchTrivialInternalEdgeToRef(C1, B2); in TEST()
1784 RC.switchTrivialInternalEdgeToRef(B1, C1); in TEST()
1907 RC.switchTrivialInternalEdgeToRef(C, D); in TEST()
1908 RC.switchTrivialInternalEdgeToRef(D, E); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DLazyCallGraph.h706 void switchTrivialInternalEdgeToRef(Node &SourceN, Node &TargetN);