Home
last modified time | relevance | path

Searched refs:replaceFunction (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h397 void replaceFunction(Function &NewF);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLazyCallGraph.cpp136 void LazyCallGraph::Node::replaceFunction(Function &NewF) { in replaceFunction() function in LazyCallGraph::Node
1481 N.replaceFunction(NewF); in replaceNodeFunction()