| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | tree-ssa-sink.cc | 115 if (is_gimple_debug (USE_STMT (use_p))) in all_immediate_uses_same_place() 118 firstuse = USE_STMT (use_p); in all_immediate_uses_same_place() 120 if (firstuse != USE_STMT (use_p)) in all_immediate_uses_same_place() 142 gimple *usestmt = USE_STMT (use_p); in nearest_common_dominator_of_uses() 328 gimple *use_stmt = USE_STMT (use_p); in statement_sink_location() 387 gimple *use_stmt = USE_STMT (use_p); in statement_sink_location() 449 if (is_gimple_debug (USE_STMT (one_use))) in statement_sink_location() 453 use = USE_STMT (one_use); in statement_sink_location() 541 if (USE_STMT (use_p) != phi) in sink_common_stores_to_bb()
|
| D | ssa-iterators.h | 393 if (USE_STMT (ptr) && !is_gimple_debug (USE_STMT (ptr))) in has_zero_uses() 408 if (USE_STMT(ptr) && !is_gimple_debug (USE_STMT (ptr))) in has_single_use() 438 if (USE_STMT (ptr->next) && !is_gimple_debug (USE_STMT (ptr->next))) in single_imm_use() 462 if (USE_STMT (ptr)) in num_imm_uses() 467 if (USE_STMT (ptr) && !is_gimple_debug (USE_STMT (ptr))) in num_imm_uses() 893 gimple *head_stmt = USE_STMT (head); in link_use_stmts_after() 948 return USE_STMT (imm->imm_use); in first_imm_use_stmt() 965 return USE_STMT (imm->imm_use); in next_imm_use_stmt()
|
| D | gimple-ssa-split-paths.cc | 307 gimple *stmt = USE_STMT (use_p); in is_feasible_trace() 346 gimple *use_stmt = USE_STMT (use2_p); in is_feasible_trace() 384 if (is_gimple_debug (USE_STMT (use_p))) in is_feasible_trace() 386 if (gimple_bb (USE_STMT (use_p)) == bb) in is_feasible_trace()
|
| D | tree-phinodes.h | 53 phi = USE_STMT (use); in phi_arg_index_from_use()
|
| D | gimple-ssa-nonnull-compare.cc | 54 gimple *stmt = USE_STMT (use_p); in do_warn_nonnull_compare()
|
| D | tree-ssa-operands.cc | 1320 print_gimple_stmt (file, USE_STMT (use_p), 0, TDF_VOPS|TDF_MEMSYMS); in dump_immediate_uses_for() 1322 print_gimple_stmt (file, USE_STMT (use_p), 0, TDF_SLIM); in dump_immediate_uses_for() 1397 if (USE_STMT(ptr) && !is_gimple_debug (USE_STMT (ptr))) in single_imm_use_1()
|
| D | tree-ssa-operands.h | 70 #define USE_STMT(USE) (USE)->loc.stmt macro
|
| D | tree-ssa-math-opts.cc | 494 gimple *use_stmt = USE_STMT (use_p); in replace_reciprocal_squares() 517 gimple *use_stmt = USE_STMT (use_p); in replace_reciprocal() 786 gimple *use_stmt = USE_STMT (use_p); in execute_cse_reciprocals_1() 794 gimple *use_stmt = USE_STMT (use_p); in execute_cse_reciprocals_1() 806 gimple *square_use_stmt = USE_STMT (square_use_p); in execute_cse_reciprocals_1() 849 gimple *powmult_use_stmt = USE_STMT (use_p); in execute_cse_reciprocals_1() 856 gimple *powmult_use_stmt = USE_STMT (square_use_p); in execute_cse_reciprocals_1() 1035 gimple *stmt2 = USE_STMT (use_p); in execute() 3294 use_stmt = USE_STMT (use_p); in convert_mult_to_fma() 3928 use_stmt = USE_STMT (use_p); in match_arith_overflow() [all …]
|
| D | tree-ssa.cc | 322 stmt = USE_STMT (use_p); in insert_debug_temp_for_var_def() 1415 if (is_a <gphi *> (USE_STMT (use_p)) in ssa_name_any_use_dominates_bb_p() 1416 || is_gimple_debug (USE_STMT (use_p))) in ssa_name_any_use_dominates_bb_p() 1418 basic_block dombb = gimple_bb (USE_STMT (use_p)); in ssa_name_any_use_dominates_bb_p() 1468 if (!is_a <gphi *> (USE_STMT (use_p))) in mark_ssa_maybe_undefs() 1470 gphi *phi = as_a <gphi *> (USE_STMT (use_p)); in mark_ssa_maybe_undefs()
|
| D | tree-ssa-uninit.cc | 579 gimple *use_stmt = USE_STMT (luse_p); in maybe_warn_operand() 961 use_stmt = USE_STMT (use_p); in warn_uninit_phi_uses() 1189 gimple *use_stmt = USE_STMT (use_p); in find_uninit_use()
|
| D | gimple-loop-interchange.cc | 251 stmt = USE_STMT (use_p); in single_use_in_loop() 534 stmt = USE_STMT (use_p); in analyze_iloop_reduction_var() 544 stmt = USE_STMT (use_p); in analyze_iloop_reduction_var() 643 stmt = USE_STMT (use_p); in analyze_oloop_reduction_var()
|
| D | gimple-match-head.cc | 1180 if (USE_STMT(ptr) && !is_gimple_debug (USE_STMT (ptr))) in single_use() 1299 gimple *use_stmt = USE_STMT (use_p); in optimize_successive_divisions_p()
|
| D | tree-ssa-tail-merge.cc | 341 if (is_gimple_debug (USE_STMT (use_p))) in stmt_local_def() 343 bb = gimple_bb (USE_STMT (use_p)); in stmt_local_def() 347 if (gimple_code (USE_STMT (use_p)) == GIMPLE_PHI in stmt_local_def()
|
| D | tree-parloops.cc | 251 gimple *use_stmt = USE_STMT (use_p); in parloops_is_slp_reduction() 486 gimple *use_stmt = USE_STMT (use_p); in parloops_is_simple_reduction() 542 gimple *use_stmt = USE_STMT (use_p); in parloops_is_simple_reduction() 619 gimple *use_stmt = USE_STMT (use_p); in parloops_is_simple_reduction() 3531 if (!gimple_debug_bind_p (USE_STMT (use_p)) in try_create_reduction_list() 3532 && flow_bb_inside_loop_p (loop, gimple_bb (USE_STMT (use_p)))) in try_create_reduction_list() 3534 reduc_phi = USE_STMT (use_p); in try_create_reduction_list()
|
| D | tree-ssa-propagate.cc | 145 gimple *use_stmt = USE_STMT (use_p); in add_ssa_edge() 1177 !is_a <gphi *> (USE_STMT (op_p)))); in propagate_value()
|
| D | tree-ssa-loop-manip.cc | 718 if (is_gimple_debug (USE_STMT (use_p))) in check_loop_closed_ssa_def() 721 basic_block use_bb = gimple_bb (USE_STMT (use_p)); in check_loop_closed_ssa_def() 722 if (is_a <gphi *> (USE_STMT (use_p))) in check_loop_closed_ssa_def()
|
| D | tree-vect-loop.cc | 3455 gimple *use_stmt = USE_STMT (path[i].second); in check_reduction_path() 3614 gimple *use_stmt = USE_STMT (use_p); in vect_is_simple_reduction() 3652 gimple *use_stmt = USE_STMT (use_p); in vect_is_simple_reduction() 3754 gimple *stmt = USE_STMT (path[i].second); in vect_is_simple_reduction() 6126 if (!flow_bb_inside_loop_p (loop, gimple_bb (USE_STMT (use_p)))) in vect_create_epilog_for_reduction() 6128 if (!is_gimple_debug (USE_STMT (use_p))) in vect_create_epilog_for_reduction() 6129 phis.safe_push (USE_STMT (use_p)); in vect_create_epilog_for_reduction() 6133 if (double_reduc && gimple_code (USE_STMT (use_p)) == GIMPLE_PHI) in vect_create_epilog_for_reduction() 6135 tree phi_res = PHI_RESULT (USE_STMT (use_p)); in vect_create_epilog_for_reduction() 6140 gimple_bb (USE_STMT (phi_use_p))) in vect_create_epilog_for_reduction() [all …]
|
| D | gimple-ssa-evrp-analyze.cc | 134 gimple *use_stmt = USE_STMT (use_p), *use_stmt2; in all_uses_feed_or_dominated_by_stmt()
|
| D | gimple-loop-jam.cc | 251 gimple *use_stmt = USE_STMT (use_p); in unroll_jam_possible_p()
|
| D | tree-ssa-phiprop.cc | 389 vuse_stmt = USE_STMT (vuse_p); in propagate_with_phi()
|
| D | vtable-verify.cc | 579 gimple *stmt2 = USE_STMT (use_p); in var_is_used_for_virtual_call_p()
|
| D | gimple-ssa-backprop.cc | 504 gimple *stmt = USE_STMT (use_p); in intersect_uses()
|
| D | tree-ssa-phiopt.cc | 2643 gimple *use_stmt = USE_STMT (use_p); in spaceship_replacement() 2655 gimple *use_stmt = USE_STMT (use_p); in spaceship_replacement() 3374 if (USE_STMT (use_p) != store in single_trailing_store_in_bb() 3375 && gimple_bb (USE_STMT (use_p)) == bb) in single_trailing_store_in_bb()
|
| D | tree-ssa-loop-unswitch.cc | 788 gimple *stmt = USE_STMT (use); in used_outside_loop_p()
|
| D | tree-if-conv.cc | 1772 gimple *use_stmt = USE_STMT (use_p); in is_cond_scalar_reduction() 1785 gimple *use_stmt = USE_STMT (use_p); in is_cond_scalar_reduction() 3121 stmt1 = USE_STMT (use_p); in ifcvt_local_dce()
|