Searched defs:bundle_state (Results 1 – 1 of 1) sorted by relevance
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; argument7228 static struct bundle_state **index_to_bundle_states; argument7312 bundle_state_hash (const void *bundle_state) in bundle_state_hash()7341 insert_bundle_state (struct bundle_state *bundle_state) in insert_bundle_state()