HomeSort by: relevance | last modified time | path
    Searched defs:uid_insn_cost (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
combine.cc 299 /* Length of the currently allocated uid_insn_cost array. */
306 static int *uid_insn_cost;
327 #define INSN_COST(INSN) (uid_insn_cost[insn_uid_check (INSN)])
944 /* Update the uid_insn_cost array with the replacement costs. */
1152 uid_insn_cost = XCNEWVEC (int, max_uid_known + 1);
1451 free (uid_insn_cost);
304 static int *uid_insn_cost; variable
  /src/external/gpl3/gcc.old/dist/gcc/
combine.cc 303 /* Length of the currently allocated uid_insn_cost array. */
310 static int *uid_insn_cost;
331 #define INSN_COST(INSN) (uid_insn_cost[insn_uid_check (INSN)])
946 /* Update the uid_insn_cost array with the replacement costs. */
1154 uid_insn_cost = XCNEWVEC (int, max_uid_known + 1);
1449 free (uid_insn_cost);
308 static int *uid_insn_cost; variable

Completed in 30 milliseconds