Searched defs:may_be_zero (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-loop.h | 46 tree may_be_zero; /* The boolean expression. If it evaluates to true, variable
|
H A D | tree-ssa-loop-ivcanon.c | 693 edge exit, tree niter, bool may_be_zero, in try_unroll_loop_completely() 994 edge exit, tree niter, bool may_be_zero, in try_peel_loop() 1175 bool may_be_zero = false; in canonicalize_loop_induction_variables() local
|
H A D | tree-scalar-evolution.c | 2796 tree may_be_zero; in number_of_latch_executions() local
|
H A D | tree-ssa-loop-niter.c | 2710 tree may_be_zero = fold_build2 (EQ_EXPR, boolean_type_node, src, in number_of_iterations_popcount() local
|
H A D | tree-vect-loop.c | 705 tree niter_assumptions, niter, may_be_zero; in vect_get_loop_niters() local
|
H A D | tree-ssa-loop-ivopts.c | 5673 tree may_be_zero = niter_desc->may_be_zero; in add_iv_candidate_for_doloop() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa-loop.h | 46 tree may_be_zero; /* The boolean expression. If it evaluates to true, variable
|
H A D | tree-ssa-loop-ivcanon.cc | 688 edge exit, tree niter, bool may_be_zero, in try_unroll_loop_completely() 992 edge exit, tree niter, bool may_be_zero, in try_peel_loop() 1172 bool may_be_zero = false; in canonicalize_loop_induction_variables() local
|
H A D | tree-ssa-loop-niter.cc | 1479 tree step, num, assumptions, may_be_zero, span; in number_of_iterations_until_wrap() local 2833 tree may_be_zero = fold_build2 (EQ_EXPR, boolean_type_node, src, in number_of_iterations_popcount() local
|
H A D | tree-scalar-evolution.cc | 2796 tree may_be_zero; in number_of_latch_executions() local
|
H A D | tree-vect-loop.cc | 734 tree niter_assumptions, niter, may_be_zero; in vect_get_loop_niters() local
|
H A D | tree-ssa-loop-ivopts.cc | 5791 tree may_be_zero = niter_desc->may_be_zero; in add_iv_candidate_for_doloop() local
|