Home
last modified time | relevance | path

Searched refs:first_se_after_last_def (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/gcc/
HDsee.c563 int first_se_after_last_def; member
1878 if (curr_prop->first_se_after_last_def == DF_INSN_LUID (df, ref)) in see_analyze_merged_def_local_prop()
2028 else if (curr_prop->first_se_after_last_def == DF_INSN_LUID (df, ref)) in see_analyze_use_local_prop()
2192 curr_prop->first_se_after_last_def = ref_luid; in see_set_prop_merged_def()
2201 curr_prop->first_se_after_last_def = ref_luid; in see_set_prop_merged_def()
2263 curr_prop->first_se_after_last_def = -1; in see_set_prop_unmerged_def()
2272 curr_prop->first_se_after_last_def = -1; in see_set_prop_unmerged_def()
2347 && curr_prop->first_se_after_last_def < 0) in see_set_prop_unmerged_use()
2348 curr_prop->first_se_after_last_def = ref_luid; in see_set_prop_unmerged_use()
2350 && curr_prop->first_se_after_last_def >= 0) in see_set_prop_unmerged_use()
[all …]