Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/Transforms/Utils/
DCallGraphUpdater.h96 void replaceFunctionWith(Function &OldFn, Function &NewFn);
/external/llvm-project/llvm/lib/Transforms/Utils/
DCallGraphUpdater.cpp120 void CallGraphUpdater::replaceFunctionWith(Function &OldFn, Function &NewFn) { in replaceFunctionWith() function in CallGraphUpdater
/external/llvm-project/llvm/unittests/IR/
DLegacyPassManagerTest.cpp650 CGU.replaceFunctionWith(*Test3F, *Test3FRepl); in runOnSCC()
/external/llvm-project/llvm/lib/Transforms/IPO/
DAttributor.cpp1831 CGUpdater.replaceFunctionWith(*OldFn, *NewFn); in rewriteFunctionSignatures()
2309 CGUpdater.replaceFunctionWith(*F, *NewF); in runAttributorOnFunctions()
/external/llvm-project/llvm/unittests/Analysis/
DCGSCCPassManagerTest.cpp1642 ASSERT_NO_FATAL_FAILURE(CGU.replaceFunctionWith(*FnF, *FnewF)); in TEST_F()