Searched refs:other_factor (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree-vectorizer.cc | 1859 unsigned HOST_WIDE_INT other_factor, this_factor, other_cost, this_cost; in better_epilogue_loop_than_p() local 1880 other_factor = niters / other_likely_vf; in better_epilogue_loop_than_p() 1883 other_factor++; in better_epilogue_loop_than_p() 1899 other_factor = CEIL (main_vf_max, other_vf_max); in better_epilogue_loop_than_p() 1907 other_factor -= 1; in better_epilogue_loop_than_p() 1915 other_cost = other->body_cost () * other_factor; in better_epilogue_loop_than_p()
|
| /netbsd-src/external/mit/isl/dist/ |
| H A D | isl_map.c | 8465 __isl_give isl_space *(*other_factor)(__isl_take isl_space *space); member 8499 other = isl_map_universe(control->other_factor(space)); in isl_map_intersect_factor() 8536 .other_factor = isl_space_domain_factor_range, in isl_map_intersect_domain_factor_domain() 8551 .other_factor = isl_space_domain_factor_domain, in isl_map_intersect_domain_factor_range() 8566 .other_factor = isl_space_range_factor_range, in isl_map_intersect_range_factor_domain() 8581 .other_factor = isl_space_range_factor_domain, in isl_map_intersect_range_factor_range() 8599 .other_factor = isl_space_factor_range, in isl_set_intersect_factor_domain() 8618 .other_factor = isl_space_factor_domain, in isl_set_intersect_factor_range()
|