Searched defs:comp_cost (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | tree-ssa-loop-ivopts.c | 178 struct comp_cost struct 180 comp_cost (): cost (0), complexity (0), scratch (0) in comp_cost() argument 191 friend comp_cost operator+ (comp_cost cost1, comp_cost cost2); argument 231 static const comp_cost no_cost; argument
|
H A D | loop-invariant.c | 1304 get_inv_cost (struct invariant *inv, int *comp_cost, unsigned *regs_needed, in get_inv_cost() 1457 int comp_cost, size_cost; in gain_for_invariant() local
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | loop-invariant.c | 1055 get_inv_cost (struct invariant *inv, int *comp_cost, unsigned *regs_needed) in get_inv_cost() 1188 int comp_cost, size_cost; in gain_for_invariant() local
|
H A D | tree-ssa-loop-ivopts.c | 164 } comp_cost; typedef
|