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

/freebsd-9.3-release/contrib/gcc/
H A Dpostreload.c1177 /* move2add_luid is linearly increased while scanning the instructions
1180 static int move2add_luid;
1204 move2add_luid = 2;
1205 for (insn = first; insn; insn = NEXT_INSN (insn), move2add_luid++)
1211 move2add_last_label_luid = move2add_luid;
1212 /* We're going to increment move2add_luid twice after a
1215 move2add_luid++;
1302 reg_set_luid[regno] = move2add_luid;
1542 reg_set_luid[base_regno] = move2add_luid;
1178 static int move2add_luid; variable

Completed in 34 milliseconds