Home
last modified time | relevance | path

Searched refs:USE_STMT (Results 1 – 25 of 56) sorted by relevance

123

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-ssa-sink.cc115 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()
Dssa-iterators.h393 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()
Dgimple-ssa-split-paths.cc307 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()
Dtree-phinodes.h53 phi = USE_STMT (use); in phi_arg_index_from_use()
Dgimple-ssa-nonnull-compare.cc54 gimple *stmt = USE_STMT (use_p); in do_warn_nonnull_compare()
Dtree-ssa-operands.cc1320 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()
Dtree-ssa-operands.h70 #define USE_STMT(USE) (USE)->loc.stmt macro
Dtree-ssa-math-opts.cc494 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 …]
Dtree-ssa.cc322 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()
Dtree-ssa-uninit.cc579 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()
Dgimple-loop-interchange.cc251 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()
Dgimple-match-head.cc1180 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()
Dtree-ssa-tail-merge.cc341 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()
Dtree-parloops.cc251 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()
Dtree-ssa-propagate.cc145 gimple *use_stmt = USE_STMT (use_p); in add_ssa_edge()
1177 !is_a <gphi *> (USE_STMT (op_p)))); in propagate_value()
Dtree-ssa-loop-manip.cc718 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()
Dtree-vect-loop.cc3455 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 …]
Dgimple-ssa-evrp-analyze.cc134 gimple *use_stmt = USE_STMT (use_p), *use_stmt2; in all_uses_feed_or_dominated_by_stmt()
Dgimple-loop-jam.cc251 gimple *use_stmt = USE_STMT (use_p); in unroll_jam_possible_p()
Dtree-ssa-phiprop.cc389 vuse_stmt = USE_STMT (vuse_p); in propagate_with_phi()
Dvtable-verify.cc579 gimple *stmt2 = USE_STMT (use_p); in var_is_used_for_virtual_call_p()
Dgimple-ssa-backprop.cc504 gimple *stmt = USE_STMT (use_p); in intersect_uses()
Dtree-ssa-phiopt.cc2643 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()
Dtree-ssa-loop-unswitch.cc788 gimple *stmt = USE_STMT (use); in used_outside_loop_p()
Dtree-if-conv.cc1772 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()

123