GCC Middle and Back End API Reference
|
Data Fields | |
enum micro_operation_type | type |
rtx | insn |
union { | |
rtx loc | |
HOST_WIDE_INT adjust | |
} | u |
Structure holding information about micro operation.
HOST_WIDE_INT micro_operation_def::adjust |
Referenced by compute_bb_dataflow(), emit_notes_in_bb(), and vt_initialize().
rtx micro_operation_def::insn |
Referenced by add_stores(), add_uses(), add_with_sets(), compute_bb_dataflow(), emit_notes_in_bb(), and vt_initialize().
rtx micro_operation_def::loc |
Referenced by add_stores(), add_uses(), add_with_sets(), compute_bb_dataflow(), and emit_notes_in_bb().
enum micro_operation_type micro_operation_def::type |
Referenced by add_stores(), add_uses(), add_with_sets(), compute_bb_dataflow(), emit_notes_in_bb(), and vt_initialize().
union { ... } micro_operation_def::u |
Referenced by add_stores(), add_uses(), add_with_sets(), compute_bb_dataflow(), emit_notes_in_bb(), and vt_initialize().