GCC Middle and Back End API Reference
|
#include <function.h>
Data Fields | |
rtx | first |
rtx | last |
struct sequence_stack * | next |
Stack of pending (incomplete) sequences saved by `start_sequence'. Each element describes one pending sequence. The main insn-chain is saved in the last element of the chain, unless the chain is empty.
rtx sequence_stack::first |
Referenced by add_insn_before_nobb(), end_sequence(), pop_topmost_sequence(), push_topmost_sequence(), remove_insn(), and start_sequence().
rtx sequence_stack::last |
struct sequence_stack* sequence_stack::next |
Referenced by add_insn_after_nobb(), add_insn_before_nobb(), emit_debug_insn(), emit_insn(), emit_jump_insn(), emit_pattern_before(), emit_pattern_before_noloc(), end_sequence(), get_last_insn_anywhere(), link_insn_into_chain(), pop_topmost_sequence(), push_topmost_sequence(), remove_insn(), start_sequence(), and try_split().