Home
last modified time | relevance | path

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

/trueos/contrib/gcc/
HDregs.h62 int live_length; /* # of instructions (REG n) is live */ member
157 (VEC_index (reg_info_p, reg_n_info, N)->live_length)
HDglobal.c112 int live_length; member
495 if (allocno[num].live_length < REG_LIVE_LENGTH (i)) in global_alloc()
496 allocno[num].live_length = REG_LIVE_LENGTH (i); in global_alloc()
584 if (allocno[i].live_length == 0) in global_alloc()
585 allocno[i].live_length = -1; in global_alloc()
654 / allocno[v1].live_length) in allocno_compare()
658 / allocno[v2].live_length) in allocno_compare()
1299 / allocno[num].live_length); in find_reg()
1311 allocno[num].freq, allocno[num].live_length, in find_reg()