search for: setmachineoperand

Displaying 1 result from an estimated 1 matches for "setmachineoperand".

2004 Jul 01
1
[LLVMdev] MRegisterInfo::eliminateFrameIndex
...ething else. Another question, is how do I really replace the instruction. The operator= is private and erase/insert might well invalidate the iterator. As it stands, I need to manually change all the operands and opcode of the instruction, which is not convenient. Also, why RemoveOperand and SetMachineOperand methods in MachineInstr are the only methods in that class which start with uppercase letter? - Volodya