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

/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dia64.c225 static struct bundle_state *get_free_bundle_state (void);
226 static void free_bundle_state (struct bundle_state *);
231 static int insert_bundle_state (struct bundle_state *);
234 static int try_issue_nops (struct bundle_state *, int);
235 static int try_issue_insn (struct bundle_state *, rtx);
236 static void issue_nops_and_insn (struct bundle_state *, int, rtx, int, int);
7219 struct bundle_state
7233 struct bundle_state *next; /* next state with the same insn_num */
7234 struct bundle_state *originator; /* originator (previous insn state) */
7236 struct bundle_state *allocated_states_chai
7204 struct bundle_state struct
7312 bundle_state_hash(const void *bundle_state) argument
7341 insert_bundle_state(struct bundle_state *bundle_state) argument
[all...]

Completed in 61 milliseconds