Searched refs:src_steps (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-loop-distribution.c | 1750 auto_vec<tree> dst_steps, src_steps; in classify_builtin_ldst() local 1756 res = compute_access_range (loop, src_dr, &src_base, &src_size, &src_steps); in classify_builtin_ldst() 1766 if (dst_steps.length () != src_steps.length ()) in classify_builtin_ldst() 1769 if (!operand_equal_p (dst_steps[i], src_steps[i], 0)) in classify_builtin_ldst()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-loop-distribution.cc | 1763 auto_vec<tree> dst_steps, src_steps; in classify_builtin_ldst() local 1769 res = compute_access_range (loop, src_dr, &src_base, &src_size, &src_steps); in classify_builtin_ldst() 1784 if (dst_steps.length () != src_steps.length ()) in classify_builtin_ldst() 1787 if (!operand_equal_p (dst_steps[i], src_steps[i], 0)) in classify_builtin_ldst()
|