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

/freebsd-10.1-release/contrib/gcc/
H A Dreload.c4385 int first_num;
4391 first_num = first_op_addr_num;
4395 first_num = first_inpaddr_num[rld[i].opnum];
4399 first_num = first_outpaddr_num[rld[i].opnum];
4405 if (first_num < 0)
4407 else if (i > first_num)
4413 for (j = n_reloads - 1; j > first_num; j--)
4372 int first_num; local

Completed in 48 milliseconds