Searched refs:bundle_state (Results 1 – 2 of 2) sorted by relevance
224 static struct bundle_state *get_free_bundle_state (void);225 static void free_bundle_state (struct bundle_state *);230 static int insert_bundle_state (struct bundle_state *);233 static int try_issue_nops (struct bundle_state *, int);234 static int try_issue_insn (struct bundle_state *, rtx);235 static void issue_nops_and_insn (struct bundle_state *, int, rtx, int, int);7204 struct bundle_state struct7218 struct bundle_state *next; /* next state with the same insn_num */ argument7219 struct bundle_state *originator; /* originator (previous insn state) */ argument7221 struct bundle_state *allocated_states_chain; argument[all …]
36955 (bundle_state): New structure.