Home
last modified time | relevance | path

Searched refs:replaceInstruction (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Passes/
H A DADRRelaxationPass.cpp57 It = BB.replaceInstruction(It, Addr); in runOnFunction()
H A DJTFootprintReduction.cpp166 BB.replaceInstruction(Inst, NewFrag.begin(), NewFrag.end()); in tryOptimizeNonPIC()
207 BB.replaceInstruction(Inst, NewFrag.begin(), NewFrag.end()); in tryOptimizePIC()
H A DRetpolineInsertion.cpp321 It = BB.replaceInstruction(It, Replacement.begin(), Replacement.end()); in runOnFunctions()
H A DIndirectCallPromotion.cpp783 IndCallBlock.replaceInstruction(std::prev(IndCallBlock.end()), in rewriteCall()
H A DBinaryPasses.cpp1649 II = BB.replaceInstruction(II, NewCode); in runOnFunctions()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryBasicBlock.h738 iterator replaceInstruction(iterator II, Itr Begin, Itr End) { in replaceInstruction() function
747 iterator replaceInstruction(iterator II, in replaceInstruction() function
749 return replaceInstruction(II, Replacement.begin(), Replacement.end()); in replaceInstruction()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp836 void replaceInstruction(Instruction *, Value *);
3727 void NewGVN::replaceInstruction(Instruction *I, Value *V) { in replaceInstruction() function in NewGVN
3932 replaceInstruction(I, Leader); in eliminateInstructions()