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

/freebsd-11.0-release/contrib/gcc/
H A Dregs.h62 int live_length; /* # of instructions (REG n) is live */ member in struct:reg_info_def
157 (VEC_index (reg_info_p, reg_n_info, N)->live_length)
H A Dglobal.c113 int live_length;
497 if (allocno[num].live_length < REG_LIVE_LENGTH (i))
498 allocno[num].live_length = REG_LIVE_LENGTH (i);
586 if (allocno[i].live_length == 0)
587 allocno[i].live_length = -1;
656 / allocno[v1].live_length)
660 / allocno[v2].live_length)
1304 / allocno[num].live_length);
1316 allocno[num].freq, allocno[num].live_length,
112 int live_length; member in struct:allocno

Completed in 56 milliseconds