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

/freebsd-9.3-release/contrib/gcc/
H A Dgcse.c1168 int first_set;
1269 return info->first_set >= INSN_CUID (insn);
1913 first_set records the first place in the block where the register
1919 last_bb records the block for which first_set and last_set are
1935 info->first_set = cuid;
4232 rtx set, first_set, new_insn;
4246 first_set = NULL_RTX;
4256 if (first_set == NULL_RTX)
4257 first_set = x;
4266 gcc_assert (first_set);
1159 int first_set; member in struct:reg_avail_info
4216 rtx set, first_set, new_insn; local
[all...]
H A Drtlanal.c3127 rtx p, before, first_set;
3149 first_set = call_insn;
3180 first_set = before;
3185 return first_set;
3105 rtx p, before, first_set; local

Completed in 74 milliseconds