Home
last modified time | relevance | path

Searched defs:replaceInstruction (Results 1 – 2 of 2) sorted by relevance

/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
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp3727 void NewGVN::replaceInstruction(Instruction *I, Value *V) { in replaceInstruction() function in NewGVN