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

  /src/external/gpl3/gcc/dist/gcc/
ira-costs.cc 47 /* Number of elements in array `costs'. */
50 /* The `costs' struct records the cost of using hard registers of each
53 struct costs struct
56 /* Costs for register classes start here. We process only some
72 /* Costs of each class for each allocno or pseudo. */
73 static struct costs *costs; variable in typeref:struct:costs
75 /* Accumulated costs of each class for each allocno. */
76 static struct costs *total_allocno_costs;
78 /* It is the current size of struct costs. *
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
ira-costs.cc 46 /* Number of elements in array `costs'. */
49 /* The `costs' struct records the cost of using hard registers of each
52 struct costs struct
55 /* Costs for register classes start here. We process only some
71 /* Costs of each class for each allocno or pseudo. */
72 static struct costs *costs; variable in typeref:struct:costs
74 /* Accumulated costs of each class for each allocno. */
75 static struct costs *total_allocno_costs;
77 /* It is the current size of struct costs. *
    [all...]

Completed in 14 milliseconds