Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCallGraphUpdater.h87 void replaceFunctionWith(Function &OldFn, Function &NewFn);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallGraphUpdater.cpp90 void CallGraphUpdater::replaceFunctionWith(Function &OldFn, Function &NewFn) { in replaceFunctionWith() function in CallGraphUpdater
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp3191 Configuration.CGUpdater.replaceFunctionWith(*OldFn, *NewFn); in rewriteFunctionSignatures()
3875 CGUpdater.replaceFunctionWith(*F, *NewF); in runAttributorOnFunctions()