Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-ssa-loop-niter.cc558 refine_bounds_using_guard (tree type, tree varx, mpz_t offx, in refine_bounds_using_guard() argument
631 if (operand_equal_p (varx, varc1, 0)) in refine_bounds_using_guard()
638 if (!operand_equal_p (varx, varc0, 0) in refine_bounds_using_guard()
647 std::swap (varx, vary); in refine_bounds_using_guard()
677 x_ok = (integer_zerop (varx) in refine_bounds_using_guard()
727 tree varx, vary; in bound_difference() local
746 split_to_var_and_offset (x, &varx, offx); in bound_difference()
749 if (!integer_zerop (varx) in bound_difference()
750 && operand_equal_p (varx, vary, 0)) in bound_difference()
765 determine_value_range (loop, type, varx, offx, minx, maxx); in bound_difference()
[all …]