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

  /src/external/gpl3/gcc/dist/gcc/
ira-costs.cc 63 #define init_cost \ macro
1469 memcpy (op_costs[i], init_cost, struct_costs_size);
2512 init_cost = NULL;
2551 init_cost = (struct costs *) xmalloc (max_struct_costs_size);
2552 init_cost->mem_cost = 1000000;
2554 init_cost->cost[i] = 1000000;
tree-vectorizer.h 1861 /* Alias targetm.vectorize.init_cost. */
1864 init_cost (vec_info *vinfo, bool costing_for_scalar) function
  /src/external/gpl3/gcc.old/dist/gcc/
ira-costs.cc 62 #define init_cost \ macro
1468 memcpy (op_costs[i], init_cost, struct_costs_size);
2298 init_cost = NULL;
2337 init_cost = (struct costs *) xmalloc (max_struct_costs_size);
2338 init_cost->mem_cost = 1000000;
2340 init_cost->cost[i] = 1000000;
tree-vectorizer.h 1739 /* Alias targetm.vectorize.init_cost. */
1742 init_cost (vec_info *vinfo, bool costing_for_scalar) function

Completed in 38 milliseconds