Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DLazyCallGraph.h875 void replaceNodeFunction(Node &N, Function &NewF);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DArgumentPromotion.cpp992 C.getOuterRefSCC().replaceNodeFunction(N, *NewF); in run()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLazyCallGraph.cpp1432 void LazyCallGraph::RefSCC::replaceNodeFunction(Node &N, Function &NewF) { in replaceNodeFunction() function in LazyCallGraph::RefSCC
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DLazyCallGraphTest.cpp2055 RC1.replaceNodeFunction(DN, E); in TEST()