Home
last modified time | relevance | path

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

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