Searched refs:replaceInstruction (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/bolt/lib/Passes/ |
| H A D | ADRRelaxationPass.cpp | 57 It = BB.replaceInstruction(It, Addr); in runOnFunction()
|
| H A D | JTFootprintReduction.cpp | 166 BB.replaceInstruction(Inst, NewFrag.begin(), NewFrag.end()); in tryOptimizeNonPIC() 207 BB.replaceInstruction(Inst, NewFrag.begin(), NewFrag.end()); in tryOptimizePIC()
|
| H A D | RetpolineInsertion.cpp | 321 It = BB.replaceInstruction(It, Replacement.begin(), Replacement.end()); in runOnFunctions()
|
| H A D | IndirectCallPromotion.cpp | 783 IndCallBlock.replaceInstruction(std::prev(IndCallBlock.end()), in rewriteCall()
|
| H A D | BinaryPasses.cpp | 1649 II = BB.replaceInstruction(II, NewCode); in runOnFunctions()
|
| /llvm-project-15.0.7/bolt/include/bolt/Core/ |
| H A D | BinaryBasicBlock.h | 738 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 D | NewGVN.cpp | 836 void replaceInstruction(Instruction *, Value *); 3727 void NewGVN::replaceInstruction(Instruction *I, Value *V) { in replaceInstruction() function in NewGVN 3932 replaceInstruction(I, Leader); in eliminateInstructions()
|