Home
last modified time | relevance | path

Searched defs:comp_cost (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree-ssa-loop-ivopts.c178 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 Dloop-invariant.c1304 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 Dloop-invariant.c1055 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 Dtree-ssa-loop-ivopts.c164 } comp_cost; typedef