Home
last modified time | relevance | path

Searched defs:stmt (Results 1 – 25 of 331) sorted by relevance

12345678910>>...14

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree-ssa-operands.c301 add_use_op (struct function *fn, gimple *stmt, tree *op, use_optype_p last) in add_use_op()
319 finalize_ssa_defs (struct function *fn, gimple *stmt) in finalize_ssa_defs()
357 finalize_ssa_uses (struct function *fn, gimple *stmt) in finalize_ssa_uses()
433 finalize_ssa_stmt_operands (struct function *fn, gimple *stmt) in finalize_ssa_stmt_operands()
514 add_stmt_operand (struct function *fn, tree *var_p, gimple *stmt, int flags) in add_stmt_operand()
579 gimple *stmt, tree expr, int flags) in get_mem_ref_operands()
600 get_tmr_operands (struct function *fn, gimple *stmt, tree expr, int flags) in get_tmr_operands()
622 maybe_add_call_vops (struct function *fn, gcall *stmt) in maybe_add_call_vops()
643 get_asm_stmt_operands (struct function *fn, gasm *stmt) in get_asm_stmt_operands()
701 get_expr_operands (struct function *fn, gimple *stmt, tree *expr_p, int flags) in get_expr_operands()
[all …]
H A Dtree-ssa-dse.c90 initialize_ao_ref_for_dse (gimple *stmt, ao_ref *write) in initialize_ao_ref_for_dse()
183 clear_bytes_written_by (sbitmap live_bytes, gimple *stmt, ao_ref *ref) in clear_bytes_written_by()
233 gimple *stmt) in compute_trims()
274 maybe_trim_complex_store (ao_ref *ref, sbitmap live, gimple *stmt) in maybe_trim_complex_store()
319 maybe_trim_constructor_store (ao_ref *ref, sbitmap live, gimple *stmt) in maybe_trim_constructor_store()
370 decrement_count (gimple *stmt, int decrement) in decrement_count()
380 increment_start_addr (gimple *stmt, tree *where, int increment) in increment_start_addr()
410 maybe_trim_memstar_call (ao_ref *ref, sbitmap live, gimple *stmt) in maybe_trim_memstar_call()
470 maybe_trim_partially_dead_store (ao_ref *ref, sbitmap live, gimple *stmt) in maybe_trim_partially_dead_store()
524 dse_classify_store (ao_ref *ref, gimple *stmt, gimple **use_stmt, in dse_classify_store()
[all …]
H A Dgimple-low.c54 greturn *stmt; member
226 gimple *stmt; in lower_omp_directive() local
247 gimple *stmt = gsi_stmt (*gsi); in lower_stmt() local
414 gbind *stmt = as_a <gbind *> (gsi_stmt (*gsi)); in lower_gimple_bind() local
488 gimple *stmt = gsi_stmt (*gsi); in lower_try_catch() local
554 gimple_try_catch_may_fallthru (gtry *stmt) in gimple_try_catch_may_fallthru()
610 gimple_stmt_may_fallthru (gimple *stmt) in gimple_stmt_may_fallthru()
686 greturn *stmt = as_a <greturn *> (gsi_stmt (*gsi)); in lower_gimple_return() local
777 gimple *stmt = gsi_stmt (*gsi); in lower_builtin_setjmp() local
871 gimple *stmt, *call = gsi_stmt (*gsi); in lower_builtin_posix_memalign() local
H A Dvalue-prof.c117 enum hist_type type, gimple *stmt, tree value) in gimple_alloc_histogram_value()
145 set_histogram_value (struct function *fun, gimple *stmt, histogram_value hist) in set_histogram_value()
168 gimple_histogram_value (struct function *fun, gimple *stmt) in gimple_histogram_value()
179 gimple_add_histogram_value (struct function *fun, gimple *stmt, in gimple_add_histogram_value()
190 gimple_remove_histogram_value (struct function *fun, gimple *stmt, in gimple_remove_histogram_value()
213 gimple_histogram_value_of_type (struct function *fun, gimple *stmt, in gimple_histogram_value_of_type()
381 stream_in_histogram_value (struct lto_input_block *ib, gimple *stmt) in stream_in_histogram_value()
443 dump_histograms_for_stmt (struct function *fun, FILE *dump_file, gimple *stmt) in dump_histograms_for_stmt()
453 gimple_remove_stmt_histograms (struct function *fun, gimple *stmt) in gimple_remove_stmt_histograms()
463 gimple_duplicate_stmt_histograms (struct function *fun, gimple *stmt, in gimple_duplicate_stmt_histograms()
[all …]
H A Dgimple-fold.c175 create_tmp_reg_or_ssa_name (tree type, gimple *stmt) in create_tmp_reg_or_ssa_name()
319 gimple *stmt = gsi_stmt (*si); in fold_gimple_assign() local
460 gimple *stmt = gsi_stmt (*si_p); in gsi_replace_with_seq_vops() local
538 gimple *stmt, *new_stmt; in gimplify_and_update_call_from_tree() local
586 gimple *stmt = gsi_stmt (*gsi); in replace_call_with_value() local
612 gimple *stmt = gsi_stmt (*gsi); in replace_call_with_call_and_fold() local
679 gimple *stmt = gsi_stmt (*gsi); in gimple_fold_builtin_memory_op() local
1118 gimple *stmt = gsi_stmt (*gsi); in gimple_fold_builtin_bcmp() local
1144 gimple *stmt = gsi_stmt (*gsi); in gimple_fold_builtin_bcopy() local
1169 gimple *stmt = gsi_stmt (*gsi); in gimple_fold_builtin_bzero() local
[all …]
H A Dgimple-iterator.c40 update_modified_stmt (gimple *stmt) in update_modified_stmt()
364 gsi_set_stmt (gimple_stmt_iterator *gsi, gimple *stmt) in gsi_set_stmt()
425 gsi_replace (gimple_stmt_iterator *gsi, gimple *stmt, bool update_eh_info) in gsi_replace()
494 gsi_insert_before_without_update (gimple_stmt_iterator *i, gimple *stmt, in gsi_insert_before_without_update()
506 gsi_insert_before (gimple_stmt_iterator *i, gimple *stmt, in gsi_insert_before()
524 gsi_insert_after_without_update (gimple_stmt_iterator *i, gimple *stmt, in gsi_insert_after_without_update()
537 gsi_insert_after (gimple_stmt_iterator *i, gimple *stmt, in gsi_insert_after()
558 gimple *stmt = gsi_stmt (*i); in gsi_remove() local
608 gsi_for_stmt (gimple *stmt) in gsi_for_stmt()
641 gimple *stmt = gsi_stmt (*from); in gsi_move_after() local
[all …]
H A Dssa-iterators.h147 gimple *stmt; member
300 link_imm_use_stmt (ssa_use_operand_t *linknode, tree def, gimple *stmt) in link_imm_use_stmt()
330 gimple *stmt) in relink_imm_use_stmt()
419 single_imm_use (const_tree var, use_operand_p *use_p, gimple **stmt) in single_imm_use()
596 op_iter_init (ssa_op_iter *ptr, gimple *stmt, int flags) in op_iter_init()
641 op_iter_init_use (ssa_op_iter *ptr, gimple *stmt, int flags) in op_iter_init_use()
653 op_iter_init_def (ssa_op_iter *ptr, gimple *stmt, int flags) in op_iter_init_def()
665 op_iter_init_tree (ssa_op_iter *ptr, gimple *stmt, int flags) in op_iter_init_tree()
676 single_ssa_tree_operand (gimple *stmt, int flags) in single_ssa_tree_operand()
694 single_ssa_use_operand (gimple *stmt, int flags) in single_ssa_use_operand()
[all …]
H A Dtree-ssa-propagate.c210 ssa_propagation_engine::simulate_stmt (gimple *stmt) in simulate_stmt()
407 gimple *stmt = gsi_stmt (si); in ssa_prop_init() local
413 gimple *stmt = gsi_stmt (si); in ssa_prop_init() local
622 gimple *stmt) in finish_update_gimple_call()
642 gcall *new_stmt, *stmt = as_a <gcall *> (gsi_stmt (*si_p)); in update_gimple_call() local
667 gimple *stmt = gsi_stmt (*si_p); in update_call_from_tree() local
825 stmt_makes_single_store (gimple *stmt) in stmt_makes_single_store()
863 substitute_and_fold_engine::replace_uses_in (gimple *stmt) in replace_uses_in()
1030 gimple *stmt = gsi_stmt (i); in before_dom_children() local
1187 gimple *stmt = walker.stmts_to_remove.pop (); in substitute_and_fold() local
[all …]
H A Dgimple.c125 gimple *stmt; in gimple_alloc() local
523 gimple_cond_set_condition_from_tree (gcond *stmt, tree cond) in gimple_cond_set_condition_from_tree()
1369 empty_stmt_p (gimple *stmt) in empty_stmt_p()
1404 gimple *stmt; in gimple_seq_copy() local
1437 gimple_call_flags (const gimple *stmt) in gimple_call_flags()
1461 gimple_call_fnspec (const gcall *stmt) in gimple_call_fnspec()
1482 gimple_call_arg_flags (const gcall *stmt, unsigned arg) in gimple_call_arg_flags()
1516 gimple_call_return_flags (const gcall *stmt) in gimple_call_return_flags()
1594 gimple_set_bb (gimple *stmt, basic_block bb) in gimple_set_bb()
1668 gimple *stmt = gsi_stmt (*gsi); in gimple_assign_set_rhs_with_ops() local
[all …]
H A Dtree-vect-slp.c61 gimple *stmt; in vect_free_slp_tree() local
96 gimple *stmt = scalar_stmts[0]; in vect_create_new_slp_node() local
192 vect_get_place_in_interleaving_chain (gimple *stmt, gimple *first_stmt) in vect_get_place_in_interleaving_chain()
293 gimple *stmt = stmts[stmt_num]; in vect_get_and_check_slp_defs() local
575 vect_record_max_nunits (vec_info *vinfo, gimple *stmt, unsigned int group_size, in vect_record_max_nunits()
632 gimple *first_stmt = stmts[0], *stmt = stmts[0]; in vect_build_slp_tree_1() local
1112 gimple *stmt; in vect_build_slp_tree_2() local
1326 gimple *stmt = stmts[j]; in vect_build_slp_tree_2() local
1392 gimple *stmt = stmts[j]; in vect_build_slp_tree_2() local
1397 gimple *stmt = stmts[j]; in vect_build_slp_tree_2() local
[all …]
H A Dsanopt.c283 gimple *stmt = gsi_stmt (gsi); in imm_dom_path_with_freeing_call() local
356 maybe_optimize_ubsan_null_ifn (struct sanopt_ctx *ctx, gimple *stmt) in maybe_optimize_ubsan_null_ifn()
446 record_ubsan_ptr_check_stmt (sanopt_ctx *ctx, gimple *stmt, tree ptr, in record_ubsan_ptr_check_stmt()
460 maybe_optimize_ubsan_ptr_ifn (sanopt_ctx *ctx, gimple *stmt) in maybe_optimize_ubsan_ptr_ifn()
593 maybe_optimize_ubsan_vptr_ifn (struct sanopt_ctx *ctx, gimple *stmt) in maybe_optimize_ubsan_vptr_ifn()
697 maybe_optimize_asan_check_ifn (struct sanopt_ctx *ctx, gimple *stmt) in maybe_optimize_asan_check_ifn()
779 gimple *stmt = gsi_stmt (gsi); in sanopt_optimize_walker() local
960 gimple *stmt = gsi_stmt (gsi); in sanitize_asan_mark_unpoison() local
1002 gimple *stmt = gsi_stmt (gsi); in sanitize_asan_mark_unpoison() local
1027 maybe_contains_asan_check (gimple *stmt) in maybe_contains_asan_check()
[all …]
H A Dgimple-ssa-isolate-paths.c52 check_loadstore (gimple *stmt, tree op, tree, void *data) in check_loadstore()
79 gimple *stmt = gsi_stmt (*si_p); in insert_trap() local
135 edge e, gimple *stmt, tree op, bool ret_zero) in isolate_path()
230 is_divmod_with_given_divisor (gimple *stmt, tree divisor) in is_divmod_with_given_divisor()
310 stmt_uses_0_or_null_in_undefined_way (gimple *stmt) in stmt_uses_0_or_null_in_undefined_way()
509 gimple *stmt = gsi_stmt (si); in find_explicit_erroneous_behavior() local
H A Dtree-profile.c261 gcall *stmt = gimple_build_call (f, 3, addr, one, in gimple_gen_edge_profiler() local
305 gimple *stmt = value->hvalue.stmt; in gimple_gen_interval_profiler() local
331 gimple *stmt = value->hvalue.stmt; in gimple_gen_pow2_profiler() local
351 gimple *stmt = value->hvalue.stmt; in gimple_gen_one_value_profiler() local
376 gimple *stmt = value->hvalue.stmt; in gimple_gen_ic_profiler() local
533 gcall *stmt = gimple_build_call (f, 3, ptr, one, in gimple_gen_time_profiler() local
571 gimple *stmt = value->hvalue.stmt; in gimple_gen_average_profiler() local
592 gimple *stmt = value->hvalue.stmt; in gimple_gen_ior_profiler() local
761 gimple *stmt = gsi_stmt (gsi); in tree_profiling() local
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dgimple-low.c55 gimple stmt; member
218 gimple_check_call_args (gimple stmt, tree fndecl) in gimple_check_call_args()
325 gimple stmt; in lower_omp_directive() local
347 gimple stmt = gsi_stmt (*gsi); in lower_stmt() local
478 gimple stmt = gsi_stmt (*gsi); in lower_gimple_bind() local
530 try_catch_may_fallthru (const_tree stmt) in try_catch_may_fallthru()
578 gimple_try_catch_may_fallthru (gimple stmt) in gimple_try_catch_may_fallthru()
636 const_tree stmt = expr_last (CONST_CAST_TREE(block)); in block_may_fallthru() local
708 gimple_stmt_may_fallthru (gimple stmt) in gimple_stmt_may_fallthru()
779 gimple stmt = gsi_stmt (*gsi); in lower_gimple_return() local
[all …]
H A Dtree-ssa-operands.c401 add_use_op (gimple stmt, tree *op, use_optype_p last) in add_use_op()
419 finalize_ssa_defs (gimple stmt) in finalize_ssa_defs()
491 finalize_ssa_uses (gimple stmt) in finalize_ssa_uses()
565 finalize_ssa_stmt_operands (gimple stmt) in finalize_ssa_stmt_operands()
661 add_stmt_operand (tree *var_p, gimple stmt, int flags) in add_stmt_operand()
727 get_indirect_ref_operands (gimple stmt, tree expr, int flags, in get_indirect_ref_operands()
750 get_tmr_operands (gimple stmt, tree expr, int flags) in get_tmr_operands()
769 maybe_add_call_vops (gimple stmt) in maybe_add_call_vops()
792 get_asm_expr_operands (gimple stmt) in get_asm_expr_operands()
849 get_expr_operands (gimple stmt, tree *expr_p, int flags) in get_expr_operands()
[all …]
H A Dvalue-prof.c95 enum hist_type type, gimple stmt, tree value) in gimple_alloc_histogram_value()
123 set_histogram_value (struct function *fun, gimple stmt, histogram_value hist) in set_histogram_value()
146 gimple_histogram_value (struct function *fun, gimple stmt) in gimple_histogram_value()
157 gimple_add_histogram_value (struct function *fun, gimple stmt, in gimple_add_histogram_value()
168 gimple_remove_histogram_value (struct function *fun, gimple stmt, in gimple_remove_histogram_value()
193 gimple_histogram_value_of_type (struct function *fun, gimple stmt, in gimple_histogram_value_of_type()
310 dump_histograms_for_stmt (struct function *fun, FILE *dump_file, gimple stmt) in dump_histograms_for_stmt()
320 gimple_remove_stmt_histograms (struct function *fun, gimple stmt) in gimple_remove_stmt_histograms()
330 gimple_duplicate_stmt_histograms (struct function *fun, gimple stmt, in gimple_duplicate_stmt_histograms()
349 gimple_move_stmt_histograms (struct function *fun, gimple stmt, gimple ostmt) in gimple_move_stmt_histograms()
[all …]
H A Dgimple-iterator.c34 update_modified_stmt (gimple stmt) in update_modified_stmt()
394 gsi_replace (gimple_stmt_iterator *gsi, gimple stmt, bool update_eh_info) in gsi_replace()
435 gsi_insert_before_without_update (gimple_stmt_iterator *i, gimple stmt, in gsi_insert_before_without_update()
452 gsi_insert_before (gimple_stmt_iterator *i, gimple stmt, in gsi_insert_before()
470 gsi_insert_after_without_update (gimple_stmt_iterator *i, gimple stmt, in gsi_insert_after_without_update()
488 gsi_insert_after (gimple_stmt_iterator *i, gimple stmt, in gsi_insert_after()
508 gimple stmt = gsi_stmt (*i); in gsi_remove() local
546 gsi_for_stmt (gimple stmt) in gsi_for_stmt()
569 gimple stmt = gsi_stmt (*from); in gsi_move_after() local
584 gimple stmt = gsi_stmt (*from); in gsi_move_before() local
[all …]
H A Dtree-flow-inline.h172 get_lineno (const_gimple stmt) in get_lineno()
241 link_imm_use_stmt (ssa_use_operand_t *linknode, tree def, gimple stmt) in link_imm_use_stmt()
271 gimple stmt) in relink_imm_use_stmt()
371 single_imm_use (const_tree var, use_operand_p *use_p, gimple *stmt) in single_imm_use()
627 loop_containing_stmt (gimple stmt) in loop_containing_stmt()
728 op_iter_init (ssa_op_iter *ptr, gimple stmt, int flags) in op_iter_init()
756 op_iter_init_use (ssa_op_iter *ptr, gimple stmt, int flags) in op_iter_init_use()
768 op_iter_init_def (ssa_op_iter *ptr, gimple stmt, int flags) in op_iter_init_def()
780 op_iter_init_tree (ssa_op_iter *ptr, gimple stmt, int flags) in op_iter_init_tree()
791 single_ssa_tree_operand (gimple stmt, int flags) in single_ssa_tree_operand()
[all …]
H A Dtree-ssa-sink.c110 all_immediate_uses_same_place (gimple stmt) in all_immediate_uses_same_place()
139 is_hidden_global_store (gimple stmt) in is_hidden_global_store()
210 nearest_common_dominator_of_uses (gimple stmt, bool *debug_stmts) in nearest_common_dominator_of_uses()
281 gimple stmt) in select_best_block()
333 statement_sink_location (gimple stmt, basic_block frombb, in statement_sink_location()
533 gimple stmt = gsi_stmt (gsi); in sink_code_in_bb() local
H A Dtree-dfa.c89 gimple stmt = gsi_stmt (si); in find_referenced_vars() local
156 gimple stmt = gsi_stmt (bsi); in renumber_gimple_stmt_uids() local
161 gimple stmt = gsi_stmt (bsi); in renumber_gimple_stmt_uids() local
182 gimple stmt = gsi_stmt (bsi); in renumber_gimple_stmt_uids_in_blocks() local
187 gimple stmt = gsi_stmt (bsi); in renumber_gimple_stmt_uids_in_blocks() local
428 gimple stmt = gsi_stmt (si); in collect_dfa_stats() local
470 find_referenced_vars_in (gimple stmt) in find_referenced_vars_in()
656 mark_symbols_for_renaming (gimple stmt) in mark_symbols_for_renaming()
696 find_new_referenced_vars (gimple stmt) in find_new_referenced_vars()
1010 stmt_references_abnormal_ssa_name (gimple stmt) in stmt_references_abnormal_ssa_name()
H A Dtree-vect-slp.c49 gimple stmt = NULL; in find_bb_location() local
108 gimple stmt = VEC_index (gimple, scalar_stmts, 0); in vect_create_new_slp_node() local
182 slp_tree slp_node, gimple stmt, in vect_get_and_check_slp_defs()
458 gimple stmt = VEC_index (gimple, stmts, 0); in vect_build_slp_tree() local
946 gimple stmt; in vect_print_slp_tree() local
974 gimple stmt; in vect_mark_slp_stmts() local
995 gimple stmt; in vect_mark_slp_stmts_relevant() local
1022 gimple stmt = VEC_index (gimple, SLP_TREE_SCALAR_STMTS (node), 0); in vect_supported_slp_permutation_p() local
1081 gimple stmt; in vect_slp_rearrange_stmts() local
1122 gimple stmt, first = NULL, other_node_first, load, next_load, first_load; in vect_supported_load_permutation_p() local
[all …]
H A Dtree-ssa-propagate.c306 simulate_stmt (gimple stmt) in simulate_stmt()
374 gimple stmt = VEC_pop (gimple, *worklist); in process_ssa_edge_worklist() local
436 gimple stmt = gsi_stmt (j); in simulate_block() local
691 gimple stmt) in finish_update_gimple_call()
711 gimple new_stmt, stmt = gsi_stmt (*si_p); in update_gimple_call() local
736 gimple stmt = gsi_stmt (*si_p); in update_call_from_tree() local
862 stmt_makes_single_store (gimple stmt) in stmt_makes_single_store()
900 replace_uses_in (gimple stmt, ssa_prop_get_value_fn get_value) in replace_uses_in()
1098 gimple stmt = gsi_stmt (i); in substitute_and_fold() local
H A Dtree-ssa-ccp.c245 gimple stmt; in get_default_value() local
581 likely_value (gimple stmt) in likely_value()
684 surely_varying_stmt_p (gimple stmt) in surely_varying_stmt_p()
733 gimple stmt = gsi_stmt (i); in ccp_initialize() local
1049 ccp_fold (gimple stmt) in ccp_fold()
1452 bit_value_assume_aligned (gimple stmt) in bit_value_assume_aligned()
1510 evaluate_stmt (gimple stmt) in evaluate_stmt()
1718 gimple stmt, clobber_stmt; in insert_clobber_before_stack_restore() local
1783 gimple stmt; in insert_clobbers_for_var() local
1811 fold_builtin_alloca_with_align (gimple stmt) in fold_builtin_alloca_with_align()
[all …]
H A Dipa-split.c224 gimple stmt = gsi_stmt (bsi); in verify_non_ssa_vars() local
259 gimple stmt = gsi_stmt (bsi); in verify_non_ssa_vars() local
289 check_forbidden_calls (gimple stmt) in check_forbidden_calls()
403 gimple stmt = gsi_stmt (bsi); in consider_split() local
626 gimple stmt = gsi_stmt (bsi); in find_return_bb() local
731 gimple stmt = gsi_stmt (bsi); in visit_bb() local
800 gimple stmt = gsi_stmt (bsi); in visit_bb() local
826 gimple stmt = gsi_stmt (bsi); in visit_bb() local
1165 gimple stmt = gsi_stmt (gsi); in split_function() local
1186 gimple stmt = gsi_stmt (gsi); in split_function() local
[all …]
H A Dtree-ssa-forwprop.c309 gimple stmt; in remove_prop_source_from_use() local
346 rhs_to_tree (tree type, gimple stmt) in rhs_to_tree()
372 combine_cond_expr_cond (gimple stmt, enum tree_code code, tree type, in combine_cond_expr_cond()
410 forward_propagate_into_comparison_1 (gimple stmt, in forward_propagate_into_comparison_1()
465 gimple stmt = gsi_stmt (*gsi); in forward_propagate_into_comparison() local
500 forward_propagate_into_gimple_cond (gimple stmt) in forward_propagate_into_gimple_cond()
564 gimple stmt = gsi_stmt (*gsi_p); in forward_propagate_into_cond() local
639 tidy_after_forward_propagate_addr (gimple stmt) in tidy_after_forward_propagate_addr()
1161 forward_propagate_comparison (gimple stmt) in forward_propagate_comparison()
1246 gimple stmt = gsi_stmt (*gsi_p); in simplify_not_neg_expr() local
[all …]

12345678910>>...14