Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc/dist/gcc/
H A Dtree-scalar-evolution.c592 gimple *at_stmt) in add_to_evolution_1() argument
635 to_add, at_stmt); in add_to_evolution_1()
940 at_stmt), in follow_ssa_edge_binary()
1211 at_stmt = def; in follow_ssa_edge_expr()
1273 at_stmt), in follow_ssa_edge_expr()
1634 at_stmt); in interpret_rhs_expr()
1640 at_stmt); in interpret_rhs_expr()
1719 if (at_stmt in interpret_rhs_expr()
1740 if (at_stmt in interpret_rhs_expr()
1760 if (at_stmt in interpret_rhs_expr()
[all …]
H A Dtree-scalar-evolution.cc592 gimple *at_stmt) in add_to_evolution_1() argument
635 to_add, at_stmt); in add_to_evolution_1()
940 at_stmt), in follow_ssa_edge_binary()
1211 at_stmt = def; in follow_ssa_edge_expr()
1273 at_stmt), in follow_ssa_edge_expr()
1634 at_stmt); in interpret_rhs_expr()
1640 at_stmt); in interpret_rhs_expr()
1719 if (at_stmt in interpret_rhs_expr()
1740 if (at_stmt in interpret_rhs_expr()
1760 if (at_stmt in interpret_rhs_expr()
[all …]
H A Dtree-chrec.c1299 tree *base, tree *step, gimple *at_stmt, in convert_affine_scev() argument
1359 && scev_probably_wraps_p (from, *base, *step, at_stmt, loop, in convert_affine_scev()
1363 new_base = chrec_convert (type, *base, at_stmt, use_overflow_semantics); in convert_affine_scev()
1374 new_step = chrec_convert (signed_ct, new_step, at_stmt, in convert_affine_scev()
1377 new_step = chrec_convert (step_type, new_step, at_stmt, in convert_affine_scev()
1388 at_stmt, loop, false)) in convert_affine_scev()
1401 chrec_convert_rhs (tree type, tree chrec, gimple *at_stmt) in chrec_convert_rhs() argument
1406 return chrec_convert (type, chrec, at_stmt); in chrec_convert_rhs()
1424 chrec_convert_1 (tree type, tree chrec, gimple *at_stmt, in chrec_convert_1() argument
1445 if (convert_affine_scev (loop, type, &base, &step, at_stmt, in chrec_convert_1()
[all …]
H A Dtree-chrec.cc1297 tree *base, tree *step, gimple *at_stmt, in convert_affine_scev() argument
1357 && scev_probably_wraps_p (from, *base, *step, at_stmt, loop, in convert_affine_scev()
1361 new_base = chrec_convert (type, *base, at_stmt, use_overflow_semantics); in convert_affine_scev()
1372 new_step = chrec_convert (signed_ct, new_step, at_stmt, in convert_affine_scev()
1375 new_step = chrec_convert (step_type, new_step, at_stmt, in convert_affine_scev()
1386 at_stmt, loop, false)) in convert_affine_scev()
1399 chrec_convert_rhs (tree type, tree chrec, gimple *at_stmt) in chrec_convert_rhs() argument
1404 return chrec_convert (type, chrec, at_stmt); in chrec_convert_rhs()
1422 chrec_convert_1 (tree type, tree chrec, gimple *at_stmt, in chrec_convert_1() argument
1443 if (convert_affine_scev (loop, type, &base, &step, at_stmt, in chrec_convert_1()
[all …]
H A Dtree-ssa-loop-niter.c2399 gcond **at_stmt, bool every_iteration, in number_of_iterations_exit_assumptions() argument
2540 if (at_stmt) in number_of_iterations_exit_assumptions()
2541 *at_stmt = stmt; in number_of_iterations_exit_assumptions()
3379 gimple *at_stmt, bool is_exit, bool realistic, bool upper) in record_estimate() argument
3386 print_gimple_stmt (dump_file, at_stmt, 0, TDF_SLIM); in record_estimate()
3413 elt->stmt = at_stmt; in record_estimate()
4672 gimple *at_stmt, class loop *loop) in loop_exits_before_overflow() argument
4719 if (at_stmt) in loop_exits_before_overflow()
4722 if (n_of_executions_at_most (at_stmt, bound, valid_niter)) in loop_exits_before_overflow()
4918 gimple *at_stmt, class loop *loop, in scev_probably_wraps_p() argument
[all …]
H A Dtree-ssa-loop-niter.cc2504 gcond **at_stmt, bool every_iteration, in number_of_iterations_exit_assumptions() argument
2645 if (at_stmt) in number_of_iterations_exit_assumptions()
2646 *at_stmt = stmt; in number_of_iterations_exit_assumptions()
3493 gimple *at_stmt, bool is_exit, bool realistic, bool upper) in record_estimate() argument
3500 print_gimple_stmt (dump_file, at_stmt, 0, TDF_SLIM); in record_estimate()
3527 elt->stmt = at_stmt; in record_estimate()
4795 gimple *at_stmt, class loop *loop) in loop_exits_before_overflow() argument
4842 if (at_stmt) in loop_exits_before_overflow()
4845 if (n_of_executions_at_most (at_stmt, bound, valid_niter)) in loop_exits_before_overflow()
5041 gimple *at_stmt, class loop *loop, in scev_probably_wraps_p() argument
[all …]
H A Dtree-vect-stmts.c1803 gimple *at_stmt = gsi_stmt (*gsi); in vect_finish_stmt_generation() local
1804 tree vuse = gimple_vuse (at_stmt); in vect_finish_stmt_generation()
1807 tree vdef = gimple_vdef (at_stmt); in vect_finish_stmt_generation()
1808 gimple_set_vuse (vec_stmt, gimple_vuse (at_stmt)); in vect_finish_stmt_generation()
1822 SET_USE (gimple_vuse_op (at_stmt), new_vdef); in vect_finish_stmt_generation()
H A Dtree-vect-stmts.cc1626 gimple *at_stmt = gsi_stmt (*gsi); in vect_finish_stmt_generation() local
1627 tree vuse = gimple_vuse (at_stmt); in vect_finish_stmt_generation()
1630 tree vdef = gimple_vdef (at_stmt); in vect_finish_stmt_generation()
1631 gimple_set_vuse (vec_stmt, gimple_vuse (at_stmt)); in vect_finish_stmt_generation()
1646 SET_USE (gimple_vuse_op (at_stmt), new_vdef); in vect_finish_stmt_generation()
H A DChangeLog-20069664 * tree-scalar-evolution.c (fold_used_pointer): Add at_stmt
15002 at_stmt. Convert the type of operands before calling
15004 (add_to_evolution): Pass an extra argument at_stmt. Adjust the call to
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dtree-scalar-evolution.c592 gimple *at_stmt) in add_to_evolution_1() argument
635 to_add, at_stmt); in add_to_evolution_1()
940 at_stmt), in follow_ssa_edge_binary()
1211 at_stmt = def; in follow_ssa_edge_expr()
1273 at_stmt), in follow_ssa_edge_expr()
1634 at_stmt); in interpret_rhs_expr()
1640 at_stmt); in interpret_rhs_expr()
1719 if (at_stmt in interpret_rhs_expr()
1740 if (at_stmt in interpret_rhs_expr()
1760 if (at_stmt in interpret_rhs_expr()
[all …]
H A Dtree-chrec.c1299 tree *base, tree *step, gimple *at_stmt, in convert_affine_scev() argument
1359 && scev_probably_wraps_p (from, *base, *step, at_stmt, loop, in convert_affine_scev()
1363 new_base = chrec_convert (type, *base, at_stmt, use_overflow_semantics); in convert_affine_scev()
1374 new_step = chrec_convert (signed_ct, new_step, at_stmt, in convert_affine_scev()
1377 new_step = chrec_convert (step_type, new_step, at_stmt, in convert_affine_scev()
1388 at_stmt, loop, false)) in convert_affine_scev()
1401 chrec_convert_rhs (tree type, tree chrec, gimple *at_stmt) in chrec_convert_rhs() argument
1406 return chrec_convert (type, chrec, at_stmt); in chrec_convert_rhs()
1424 chrec_convert_1 (tree type, tree chrec, gimple *at_stmt, in chrec_convert_1() argument
1445 if (convert_affine_scev (loop, type, &base, &step, at_stmt, in chrec_convert_1()
[all …]
H A Dtree-ssa-loop-niter.c2399 gcond **at_stmt, bool every_iteration, in number_of_iterations_exit_assumptions() argument
2540 if (at_stmt) in number_of_iterations_exit_assumptions()
2541 *at_stmt = stmt; in number_of_iterations_exit_assumptions()
3379 gimple *at_stmt, bool is_exit, bool realistic, bool upper) in record_estimate() argument
3386 print_gimple_stmt (dump_file, at_stmt, 0, TDF_SLIM); in record_estimate()
3413 elt->stmt = at_stmt; in record_estimate()
4672 gimple *at_stmt, class loop *loop) in loop_exits_before_overflow() argument
4719 if (at_stmt) in loop_exits_before_overflow()
4722 if (n_of_executions_at_most (at_stmt, bound, valid_niter)) in loop_exits_before_overflow()
4918 gimple *at_stmt, class loop *loop, in scev_probably_wraps_p() argument
[all …]
H A Dtree-vect-stmts.c1803 gimple *at_stmt = gsi_stmt (*gsi); in vect_finish_stmt_generation() local
1804 tree vuse = gimple_vuse (at_stmt); in vect_finish_stmt_generation()
1807 tree vdef = gimple_vdef (at_stmt); in vect_finish_stmt_generation()
1808 gimple_set_vuse (vec_stmt, gimple_vuse (at_stmt)); in vect_finish_stmt_generation()
1822 SET_USE (gimple_vuse_op (at_stmt), new_vdef); in vect_finish_stmt_generation()