Searched refs:bundle_state (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/gcc/config/ia64/
H A Dia64.c296 static struct bundle_state *get_free_bundle_state (void);
297 static void free_bundle_state (struct bundle_state *);
300 static int insert_bundle_state (struct bundle_state *);
303 static int try_issue_nops (struct bundle_state *, int);
304 static int try_issue_insn (struct bundle_state *, rtx);
305 static void issue_nops_and_insn (struct bundle_state *, int, rtx_insn *,
8537 struct bundle_state
8552 struct bundle_state *next; /* next state with the same insn_num */
8553 struct bundle_state *originator; /* originator (previous insn state) */
8555 struct bundle_state *allocated_states_chai
8521 struct bundle_state struct
8624 struct bundle_state_hasher : typed_noop_remove <bundle_state> struct
8666 insert_bundle_state(struct bundle_state *bundle_state) argument
[all...]

Completed in 82 milliseconds