Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h875 void replaceNodeFunction(Node &N, Function &NewF);
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp1016 C.getOuterRefSCC().replaceNodeFunction(N, *NewF); in run()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DLazyCallGraph.cpp1432 void LazyCallGraph::RefSCC::replaceNodeFunction(Node &N, Function &NewF) { in replaceNodeFunction() function in LazyCallGraph::RefSCC