Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dlocal-alloc.c236 static int this_insn_number; variable
1265 this_insn_number = insn_number;
2050 reg_is_born (reg, 2 * this_insn_number - (GET_CODE (setter) == CLOBBER));
2078 if (birth < 2 * this_insn_number)
2079 post_mark_life (regno, GET_MODE (reg), 1, birth, 2 * this_insn_number);
2145 2 * this_insn_number, 2 * this_insn_number + 1);
2149 qty[reg_qty[regno]].death = 2 * this_insn_number + output_p;
/openbsd/src/gnu/gcc/gcc/
Dlocal-alloc.c247 static int this_insn_number; variable
1334 this_insn_number = insn_number; in block_alloc()
2102 reg_is_born (reg, 2 * this_insn_number - (GET_CODE (setter) == CLOBBER)); in reg_is_set()
2128 if (birth < 2 * this_insn_number) in reg_is_born()
2129 post_mark_life (regno, GET_MODE (reg), 1, birth, 2 * this_insn_number); in reg_is_born()
2193 2 * this_insn_number, 2 * this_insn_number + 1); in wipe_dead_reg()
2197 qty[reg_qty[regno]].death = 2 * this_insn_number + output_p; in wipe_dead_reg()