Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DCGSCCPassManager.cpp517 RC->removeOutgoingEdge(N, *TargetN); in updateCGAndAnalysisManagerForFunctionPass()
DLazyCallGraph.cpp1095 void LazyCallGraph::RefSCC::removeOutgoingEdge(Node &SourceN, Node &TargetN) { in removeOutgoingEdge() function in LazyCallGraph::RefSCC
/external/llvm/include/llvm/Analysis/
DLazyCallGraph.h656 void removeOutgoingEdge(Node &SourceN, Node &TargetN);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DLazyCallGraph.h801 void removeOutgoingEdge(Node &SourceN, Node &TargetN);
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DLazyCallGraphTest.cpp708 ARC.removeOutgoingEdge(A, D); in TEST()
1180 CRC.removeOutgoingEdge(C1, D2); in TEST()
/external/llvm/lib/Analysis/
DLazyCallGraph.cpp903 void LazyCallGraph::RefSCC::removeOutgoingEdge(Node &SourceN, Node &TargetN) { in removeOutgoingEdge() function in LazyCallGraph::RefSCC
/external/llvm/unittests/Analysis/
DLazyCallGraphTest.cpp561 ARC.removeOutgoingEdge(A, D); in TEST()