Home
last modified time | relevance | path

Searched defs:tree_niter_desc (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-ssa-loop.h39 struct tree_niter_desc struct
41 tree assumptions; /* The boolean expression. If this expression evaluates
45 tree may_be_zero; /* The boolean expression. If it evaluates to true,
49 tree niter; /* The expression giving the number of iterations of
53 widest_int max; /* The upper bound on the number of iterations of
61 affine_iv control;
62 tree bound;
63 enum tree_code cmp;
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-flow.h640 struct tree_niter_desc struct
642 tree assumptions; /* The boolean expression. If this expression evaluates
646 tree may_be_zero; /* The boolean expression. If it evaluates to true,
650 tree niter; /* The expression giving the number of iterations of
654 double_int max; /* The upper bound on the number of iterations of
685 struct tree_niter_desc *niter, bool); argument