Searched refs:at_stmt (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dtree-scalar-evolution.c659 tree at_stmt)
688 to_add = chrec_convert (type, to_add, at_stmt);
689 right = chrec_convert (type, right, at_stmt);
697 to_add, at_stmt);
699 right = chrec_convert (chrec_type (left), right, at_stmt);
710 right = chrec_convert (chrec_type (left), to_add, at_stmt);
851 tree to_add, tree at_stmt)
881 res = add_to_evolution_1 (loop_nb, chrec_before, to_add, at_stmt);
1046 follow_ssa_edge_in_rhs (struct loop *loop, tree at_stmt, tree rhs,
1065 res = follow_ssa_edge_in_rhs (loop, at_stmt, TREE_OPERAN
657 add_to_evolution_1(unsigned loop_nb, tree chrec_before, tree to_add, tree at_stmt) argument
849 add_to_evolution(unsigned loop_nb, tree chrec_before, enum tree_code code, tree to_add, tree at_stmt) argument
1043 follow_ssa_edge_in_rhs(struct loop *loop, tree at_stmt, tree rhs, tree halting_phi, tree *evolution_of_loop, int limit) argument
1620 interpret_rhs_modify_expr(struct loop *loop, tree at_stmt, tree opnd1, tree type) argument
1824 fold_used_pointer(tree expr, tree at_stmt) argument
[all...]
H A Dtree-chrec.c1130 tree *base, tree *step, tree at_stmt,
1193 && scev_probably_wraps_p (*base, *step, at_stmt, loop,
1197 new_base = chrec_convert_1 (type, *base, at_stmt,
1207 new_step = chrec_convert_1 (signed_type_for (ct), new_step, at_stmt,
1209 new_step = chrec_convert_1 (type, new_step, at_stmt, use_overflow_semantics);
1218 && scev_probably_wraps_p (new_base, new_step, at_stmt, loop, false))
1253 chrec_convert (tree type, tree chrec, tree at_stmt)
1255 return chrec_convert_1 (type, chrec, at_stmt, true);
1271 chrec_convert_1 (tree type, tree chrec, tree at_stmt,
1292 if (convert_affine_scev (loop, type, &base, &step, at_stmt,
1125 convert_affine_scev(struct loop *loop, tree type, tree *base, tree *step, tree at_stmt, bool use_overflow_semantics) argument
1248 chrec_convert(tree type, tree chrec, tree at_stmt) argument
1266 chrec_convert_1(tree type, tree chrec, tree at_stmt, bool use_overflow_semantics) argument
[all...]
H A Dcfgloop.h52 tree at_stmt; /* ... this statement during one execution of member in struct:nb_iter_bound
H A Dtree-ssa-loop-niter.c1683 record_estimate (struct loop *loop, tree bound, tree additional, tree at_stmt) argument
1693 print_generic_expr (dump_file, at_stmt, TDF_SLIM);
1702 elt->at_stmt = at_stmt;
1939 that the statement NITER_BOUND->at_stmt is executed at most
1961 /* After the statement niter_bound->at_stmt we know that anything is
1963 if (stmt && stmt_dominates_stmt_p (niter_bound->at_stmt, stmt))
1965 /* Before the statement niter_bound->at_stmt we know that anything
2001 tree at_stmt, struct loop *loop,
2068 if (n_of_executions_at_most (at_stmt, boun
2000 scev_probably_wraps_p(tree base, tree step, tree at_stmt, struct loop *loop, bool use_overflow_semantics) argument
[all...]

Completed in 237 milliseconds