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

/freebsd-9.3-release/contrib/gcc/
H A Dsee.c557 int last_def; member in struct:see_register_properties
2007 if (curr_prop->last_def < 0)
2192 curr_prop->last_def = ref_luid;
2200 curr_prop->last_def = ref_luid;
2263 curr_prop->last_def = ref_luid;
2271 curr_prop->last_def = ref_luid;
2338 if (curr_prop->last_def < 0 && curr_prop->first_se_before_any_def < 0)
2340 else if (curr_prop->last_def < 0
2347 else if (curr_prop->last_def >= 0
2350 else if (curr_prop->last_def >
[all...]
H A Dloop-iv.c764 get_biv_step (struct df_ref *last_def, rtx reg, rtx *inner_step, argument
770 if (!get_biv_step_1 (last_def, reg,
828 struct df_ref *last_def; local
845 if (!latch_dominating_def (def, &last_def))
852 if (!last_def)
862 if (!get_biv_step (last_def, def, &inner_step, &inner_mode, &extend,
1178 struct df_ref *def, *last_def; local
1185 if (!latch_dominating_def (reg, &last_def))
1187 if (last_def != def)

Completed in 114 milliseconds