Searched defs:assumption (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-ssa-loop-niter.c | 622 tree s, c, d, bits, assumption, tmp, bound; in number_of_iterations_ne() local 714 tree assumption = boolean_true_node, bound, noloop; in number_of_iterations_lt_to_ne() local 827 tree bound, d, assumption, diff; in assert_no_overflow_lt() local 896 tree assumption = boolean_true_node, bound, diff; in assert_loop_rolls_lt() local 1134 tree assumption; in number_of_iterations_le() local
|
H A D | loop-iv.c | 2258 rtx assumption, may_not_xform; in iv_number_of_iterations() local
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | tree-ssa-loop-niter.c | 968 tree s, c, d, bits, assumption, tmp, bound; in number_of_iterations_ne() local 1149 tree assumption = boolean_true_node, bound, noloop; in number_of_iterations_lt_to_ne() local 1262 tree bound, d, assumption, diff; in assert_no_overflow_lt() local 1331 tree assumption = boolean_true_node, bound, diff; in assert_loop_rolls_lt() local 1572 tree assumption; in number_of_iterations_le() local 2386 tree assumption = fold_build2 (LE_EXPR, boolean_type_node, niter->niter, in number_of_iterations_exit_assumptions() local
|
H A D | loop-iv.c | 2311 rtx assumption, may_not_xform; in iv_number_of_iterations() local
|