Searched refs:bundle_state (Results 1 – 2 of 2) sorted by relevance
7204 struct bundle_state struct7314 const struct bundle_state *state = (struct bundle_state *) bundle_state; in bundle_state_hash()7328 const struct bundle_state * state1 = (struct bundle_state *) bundle_state_1; in bundle_state_eq_p()7329 const struct bundle_state * state2 = (struct bundle_state *) bundle_state_2; in bundle_state_eq_p()7341 insert_bundle_state (struct bundle_state *bundle_state) in insert_bundle_state() argument7348 bundle_state->next = index_to_bundle_states [bundle_state->insn_num]; in insert_bundle_state()7349 index_to_bundle_states [bundle_state->insn_num] = bundle_state; in insert_bundle_state()7353 else if (bundle_state->cost < ((struct bundle_state *) *entry_ptr)->cost in insert_bundle_state()7354 || (bundle_state->cost == ((struct bundle_state *) *entry_ptr)->cost in insert_bundle_state()7368 *(struct bundle_state *) *entry_ptr = *bundle_state; in insert_bundle_state()[all …]
36955 (bundle_state): New structure.