Home
last modified time | relevance | path

Searched refs:gcd_steps_a_b (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-data-ref.cc4059 HOST_WIDE_INT gcd_steps_a_b, last_conflict, tau2; in compute_overlap_steps_for_affine_univar() local
4061 gcd_steps_a_b = gcd (step_a, step_b); in compute_overlap_steps_for_affine_univar()
4062 step_overlaps_a = step_b / gcd_steps_a_b; in compute_overlap_steps_for_affine_univar()
4063 step_overlaps_b = step_a / gcd_steps_a_b; in compute_overlap_steps_for_affine_univar()