Searched defs:comp_cost (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | loop-invariant.cc | 1313 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 D | tree-ssa-loop-ivopts.cc | 205 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 D | loop-invariant.c | 1303 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 D | tree-ssa-loop-ivopts.c | 208 comp_cost (): cost (0), complexity (0), scratch (0) in comp_cost() function
|