GCC Middle and Back End API Reference
|
Public Member Functions | |
operand_fixup (file_location loc, rtx insn, int operand_idx) | |
virtual void | apply (function_reader *reader) const =0 |
Protected Attributes | |
int | m_operand_idx |
file_location | m_loc |
rtx | m_rtx |
An abstract subclass of fixup for post-processing steps that act on a specific operand of a specific instruction.
|
inline |
|
pure virtualinherited |
Implemented in fixup_expr, fixup_insn_uid, and fixup_note_insn_basic_block.
Referenced by function_reader::apply_fixups().
|
protectedinherited |
Referenced by fixup_insn_uid::apply().
|
protected |
Referenced by fixup_insn_uid::apply().
|
protectedinherited |
Referenced by fixup_expr::apply(), fixup_insn_uid::apply(), and fixup_note_insn_basic_block::apply().