Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DCallGraphUpdater.h97 void replaceFunctionWith(Function &OldFn, Function &NewFn);
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DCallGraphUpdater.cpp125 void CallGraphUpdater::replaceFunctionWith(Function &OldFn, Function &NewFn) { in replaceFunctionWith() function in CallGraphUpdater
/llvm-project-15.0.7/llvm/unittests/IR/
H A DLegacyPassManagerTest.cpp651 CGU.replaceFunctionWith(*Test3F, *Test3FRepl); in runOnSCC()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributor.cpp2732 Configuration.CGUpdater.replaceFunctionWith(*OldFn, *NewFn); in rewriteFunctionSignatures()
3313 CGUpdater.replaceFunctionWith(*F, *NewF); in runAttributorOnFunctions()
/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DCGSCCPassManagerTest.cpp1641 ASSERT_NO_FATAL_FAILURE(CGU.replaceFunctionWith(*FnF, *FnewF)); in TEST_F()