Lines Matching refs:actions
5381 proposed_action *actions; member
5398 if (c->actions) in free_ebb_constraint()
5399 free (c->actions); in free_ebb_constraint()
5626 new_actions[i] = c->actions[i]; in ebb_propose_action()
5627 if (c->actions) in ebb_propose_action()
5628 free (c->actions); in ebb_propose_action()
5629 c->actions = new_actions; in ebb_propose_action()
5633 act = &c->actions[c->action_count]; in ebb_propose_action()
6661 action = &ebb_table->actions[i]; in compute_ebb_actions()
6724 action = &ebb_table->actions[i]; in compute_ebb_actions()
6767 proposed_action *action = &ebb_table->actions[i]; in compute_ebb_actions()
6775 proposed_action *new_action = &ebb_table->actions[j]; in compute_ebb_actions()
6836 proposed_action *action = &ebb_table->actions[i]; in compute_ebb_actions()
6849 action = &ebb_table->actions[ebb_table->action_count - 1]; in compute_ebb_actions()
6926 proposed_action *action = &constraint->actions[j]; in check_section_ebb_pcrels_fit()
6977 const proposed_action *action = &constraint->actions[i]; in check_section_ebb_reduces()
6997 proposed_action *action = &ebb_table->actions[i]; in text_action_add_proposed()