Lines Matching refs:actions
6234 proposed_action *actions; member
6251 if (c->actions) in free_ebb_constraint()
6252 free (c->actions); in free_ebb_constraint()
6479 new_actions[i] = c->actions[i]; in ebb_propose_action()
6480 if (c->actions) in ebb_propose_action()
6481 free (c->actions); in ebb_propose_action()
6482 c->actions = new_actions; in ebb_propose_action()
6486 act = &c->actions[c->action_count]; in ebb_propose_action()
7611 action = &ebb_table->actions[i]; in compute_ebb_actions()
7674 action = &ebb_table->actions[i]; in compute_ebb_actions()
7717 proposed_action *action = &ebb_table->actions[i]; in compute_ebb_actions()
7725 proposed_action *new_action = &ebb_table->actions[j]; in compute_ebb_actions()
7788 proposed_action *action = &ebb_table->actions[i]; in compute_ebb_actions()
7801 action = &ebb_table->actions[ebb_table->action_count - 1]; in compute_ebb_actions()
8040 proposed_action *action = &constraint->actions[j]; in check_section_ebb_pcrels_fit()
8106 const proposed_action *action = &constraint->actions[i]; in check_section_ebb_reduces()
8126 proposed_action *action = &ebb_table->actions[i]; in text_action_add_proposed()