Searched refs:at_stmt (Results 1 – 5 of 5) sorted by relevance
| /freebsd-9-stable/contrib/gcc/ |
| D | tree-scalar-evolution.c | 658 tree at_stmt) in add_to_evolution_1() argument 687 to_add = chrec_convert (type, to_add, at_stmt); in add_to_evolution_1() 688 right = chrec_convert (type, right, at_stmt); in add_to_evolution_1() 696 to_add, at_stmt); in add_to_evolution_1() 698 right = chrec_convert (chrec_type (left), right, at_stmt); in add_to_evolution_1() 709 right = chrec_convert (chrec_type (left), to_add, at_stmt); in add_to_evolution_1() 850 tree to_add, tree at_stmt) in add_to_evolution() argument 880 res = add_to_evolution_1 (loop_nb, chrec_before, to_add, at_stmt); in add_to_evolution() 1043 follow_ssa_edge_in_rhs (struct loop *loop, tree at_stmt, tree rhs, in follow_ssa_edge_in_rhs() argument 1062 res = follow_ssa_edge_in_rhs (loop, at_stmt, TREE_OPERAND (rhs, 0), in follow_ssa_edge_in_rhs() [all …]
|
| D | tree-chrec.c | 1126 tree *base, tree *step, tree at_stmt, in convert_affine_scev() argument 1189 && scev_probably_wraps_p (*base, *step, at_stmt, loop, in convert_affine_scev() 1193 new_base = chrec_convert_1 (type, *base, at_stmt, in convert_affine_scev() 1203 new_step = chrec_convert_1 (signed_type_for (ct), new_step, at_stmt, in convert_affine_scev() 1205 new_step = chrec_convert_1 (type, new_step, at_stmt, use_overflow_semantics); in convert_affine_scev() 1214 && scev_probably_wraps_p (new_base, new_step, at_stmt, loop, false)) in convert_affine_scev() 1248 chrec_convert (tree type, tree chrec, tree at_stmt) in chrec_convert() argument 1250 return chrec_convert_1 (type, chrec, at_stmt, true); in chrec_convert() 1266 chrec_convert_1 (tree type, tree chrec, tree at_stmt, in chrec_convert_1() argument 1287 if (convert_affine_scev (loop, type, &base, &step, at_stmt, in chrec_convert_1()
|
| D | tree-ssa-loop-niter.c | 1683 record_estimate (struct loop *loop, tree bound, tree additional, tree at_stmt) in record_estimate() argument 1693 print_generic_expr (dump_file, at_stmt, TDF_SLIM); in record_estimate() 1702 elt->at_stmt = at_stmt; in record_estimate() 1963 if (stmt && stmt_dominates_stmt_p (niter_bound->at_stmt, stmt)) in n_of_executions_at_most() 2001 tree at_stmt, struct loop *loop, in scev_probably_wraps_p() argument 2068 if (n_of_executions_at_most (at_stmt, bound, valid_niter)) in scev_probably_wraps_p()
|
| D | cfgloop.h | 52 tree at_stmt; /* ... this statement during one execution of member
|
| D | ChangeLog-2006 | 2580 * tree-scalar-evolution.c (fold_used_pointer): Add at_stmt 7917 at_stmt. Convert the type of operands before calling 7919 (add_to_evolution): Pass an extra argument at_stmt. Adjust the call to
|