Searched refs:next_change (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-loop-ivopts.c290 struct iv_ca_delta *next_change; member in struct:iv_ca_delta
4697 struct cost_pair *new_cp, struct iv_ca_delta *next_change)
4704 change->next_change = next_change;
4723 for (last = l1; last->next_change; last = last->next_change)
4725 last->next_change = l2;
4748 next = act->next_change;
4749 act->next_change = prev;
4773 for (act = delta; act; act = act->next_change)
4696 iv_ca_delta_add(struct iv_use *use, struct cost_pair *old_cp, struct cost_pair *new_cp, struct iv_ca_delta *next_change) argument
[all...]

Completed in 121 milliseconds