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

/freebsd-9.3-release/contrib/gcc/config/ia64/
H A Dia64.c6185 `add_cycles'. */
6198 static int *add_cycles;
6621 add_cycles [INSN_UID (insn)] = 3 - d;
6651 add_cycles = xrecalloc (add_cycles, new_clocks_length, clocks_length,
8070 if (INSN_UID (insn) < clocks_length && add_cycles [INSN_UID (insn)])
8114 add_cycles [INSN_UID (insn)]--;
8115 if (!pred_stop_p || add_cycles [INSN_UID (insn)])
8119 add_cycles [INSN_UID (insn)]--;
8120 for (i = add_cycles [INSN_UI
6184 static int *add_cycles; variable
[all...]

Completed in 102 milliseconds