Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dloop-invariant.cc1313 get_inv_cost (struct invariant *inv, int *comp_cost, unsigned *regs_needed, in get_inv_cost()
1466 int comp_cost, size_cost; in gain_for_invariant() local
H A Dtree-ssa-loop-ivopts.cc205 class comp_cost class
208 comp_cost (): cost (0), complexity (0), scratch (0) in comp_cost() function in comp_cost
211 comp_cost (int64_t cost, unsigned complexity, int64_t scratch = 0) in comp_cost() function in comp_cost
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dloop-invariant.c1303 get_inv_cost (struct invariant *inv, int *comp_cost, unsigned *regs_needed, in get_inv_cost()
1456 int comp_cost, size_cost; in gain_for_invariant() local
H A Dtree-ssa-loop-ivopts.c208 comp_cost (): cost (0), complexity (0), scratch (0) in comp_cost() function