Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/
H A Dtree-scalar-evolution.c658 tree at_stmt) in add_to_evolution_1() argument
696 to_add, at_stmt); in add_to_evolution_1()
850 tree to_add, tree at_stmt) in add_to_evolution() argument
1101 PLUS_EXPR, rhs1, at_stmt); in follow_ssa_edge_in_rhs()
1113 PLUS_EXPR, rhs0, at_stmt); in follow_ssa_edge_in_rhs()
1133 at_stmt), in follow_ssa_edge_in_rhs()
1134 PLUS_EXPR, rhs1, at_stmt); in follow_ssa_edge_in_rhs()
1151 at_stmt), in follow_ssa_edge_in_rhs()
1152 PLUS_EXPR, rhs0, at_stmt); in follow_ssa_edge_in_rhs()
1671 at_stmt); in interpret_rhs_modify_expr()
[all …]
H A Dtree-chrec.c1126 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()
H A Dtree-ssa-loop-niter.c1683 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()
H A Dcfgloop.h52 tree at_stmt; /* ... this statement during one execution of member