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

  /src/external/gpl3/gcc/dist/gcc/
rtl.h 2081 struct full_rtx_costs
2087 /* Initialize a full_rtx_costs structure C to the maximum cost. */
2089 init_costs_to_max (struct full_rtx_costs *c)
2095 /* Initialize a full_rtx_costs structure C to zero cost. */
2097 init_costs_to_zero (struct full_rtx_costs *c)
2103 /* Compare two full_rtx_costs structures A and B, returning true
2106 costs_lt_p (struct full_rtx_costs *a, struct full_rtx_costs *b,
2117 /* Increase both members of the full_rtx_costs structure C by the
2120 costs_add_n_insns (struct full_rtx_costs *c, int n
2078 struct full_rtx_costs struct
    [all...]
rtl.h 2081 struct full_rtx_costs
2087 /* Initialize a full_rtx_costs structure C to the maximum cost. */
2089 init_costs_to_max (struct full_rtx_costs *c)
2095 /* Initialize a full_rtx_costs structure C to zero cost. */
2097 init_costs_to_zero (struct full_rtx_costs *c)
2103 /* Compare two full_rtx_costs structures A and B, returning true
2106 costs_lt_p (struct full_rtx_costs *a, struct full_rtx_costs *b,
2117 /* Increase both members of the full_rtx_costs structure C by the
2120 costs_add_n_insns (struct full_rtx_costs *c, int n
2078 struct full_rtx_costs struct
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
rtl.h 2072 struct full_rtx_costs
2078 /* Initialize a full_rtx_costs structure C to the maximum cost. */
2080 init_costs_to_max (struct full_rtx_costs *c)
2086 /* Initialize a full_rtx_costs structure C to zero cost. */
2088 init_costs_to_zero (struct full_rtx_costs *c)
2094 /* Compare two full_rtx_costs structures A and B, returning true
2097 costs_lt_p (struct full_rtx_costs *a, struct full_rtx_costs *b,
2108 /* Increase both members of the full_rtx_costs structure C by the
2111 costs_add_n_insns (struct full_rtx_costs *c, int n
2069 struct full_rtx_costs struct
    [all...]
rtl.h 2072 struct full_rtx_costs
2078 /* Initialize a full_rtx_costs structure C to the maximum cost. */
2080 init_costs_to_max (struct full_rtx_costs *c)
2086 /* Initialize a full_rtx_costs structure C to zero cost. */
2088 init_costs_to_zero (struct full_rtx_costs *c)
2094 /* Compare two full_rtx_costs structures A and B, returning true
2097 costs_lt_p (struct full_rtx_costs *a, struct full_rtx_costs *b,
2108 /* Increase both members of the full_rtx_costs structure C by the
2111 costs_add_n_insns (struct full_rtx_costs *c, int n
2069 struct full_rtx_costs struct
    [all...]

Completed in 38 milliseconds