Searched refs:split_to_var_and_offset (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | tree-ssa-loop-niter.c | 70 split_to_var_and_offset (tree expr, tree *var, mpz_t offset) in split_to_var_and_offset() function 199 split_to_var_and_offset (expand_simple_operations (c0), &varc0, offc0); in refine_value_range_using_guard() 200 split_to_var_and_offset (expand_simple_operations (c1), &varc1, offc1); in refine_value_range_using_guard() 603 split_to_var_and_offset (expand_simple_operations (c0), &varc0, offc0); in refine_bounds_using_guard() 604 split_to_var_and_offset (expand_simple_operations (c1), &varc1, offc1); in refine_bounds_using_guard() 725 split_to_var_and_offset (x, &varx, offx); in bound_difference() 726 split_to_var_and_offset (y, &vary, offy); in bound_difference()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-ssa-loop-niter.c | 70 split_to_var_and_offset (tree expr, tree *var, mpz_t offset) in split_to_var_and_offset() function 263 split_to_var_and_offset (expand_simple_operations (c0), &varc0, offc0); in refine_bounds_using_guard() 264 split_to_var_and_offset (expand_simple_operations (c1), &varc1, offc1); in refine_bounds_using_guard() 385 split_to_var_and_offset (x, &varx, offx); in bound_difference() 386 split_to_var_and_offset (y, &vary, offy); in bound_difference()
|