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

/freebsd-11.0-release/contrib/gcc/
H A Dlocal-alloc.c248 static int this_insn_number;
1341 this_insn_number = insn_number;
2097 The file-global variables `this_insn' and `this_insn_number'
2114 reg_is_born (reg, 2 * this_insn_number - (GET_CODE (setter) == CLOBBER));
2141 if (birth < 2 * this_insn_number)
2142 post_mark_life (regno, GET_MODE (reg), 1, birth, 2 * this_insn_number);
2206 2 * this_insn_number, 2 * this_insn_number + 1);
2210 qty[reg_qty[regno]].death = 2 * this_insn_number + output_p;
247 static int this_insn_number; variable

Completed in 39 milliseconds