| /NextBSD/contrib/gcc/ |
| HD | tree-ssa-threadupdate.c | 185 && bsi_stmt (bsi) in remove_ctrl_stmt_and_useless_edges() 186 && (TREE_CODE (bsi_stmt (bsi)) == COND_EXPR in remove_ctrl_stmt_and_useless_edges() 187 || TREE_CODE (bsi_stmt (bsi)) == GOTO_EXPR in remove_ctrl_stmt_and_useless_edges() 188 || TREE_CODE (bsi_stmt (bsi)) == SWITCH_EXPR)) in remove_ctrl_stmt_and_useless_edges() 667 && (TREE_CODE (bsi_stmt (bsi)) == LABEL_EXPR in redirection_block_p() 668 || IS_EMPTY_STMT (bsi_stmt (bsi)))) in redirection_block_p() 676 return bsi_stmt (bsi) in redirection_block_p() 677 && (TREE_CODE (bsi_stmt (bsi)) == COND_EXPR in redirection_block_p() 678 || TREE_CODE (bsi_stmt (bsi)) == GOTO_EXPR in redirection_block_p() 679 || TREE_CODE (bsi_stmt (bsi)) == SWITCH_EXPR); in redirection_block_p()
|
| HD | tree-ssa-threadedge.c | 70 || ! bsi_stmt (bsi) in potentially_threadable_block() 71 || (TREE_CODE (bsi_stmt (bsi)) != COND_EXPR in potentially_threadable_block() 72 && TREE_CODE (bsi_stmt (bsi)) != GOTO_EXPR in potentially_threadable_block() 73 && TREE_CODE (bsi_stmt (bsi)) != SWITCH_EXPR)) in potentially_threadable_block() 231 stmt = bsi_stmt (bsi); in record_temporary_equivalences_from_stmts_at_dest() 510 tree last = bsi_stmt (bsi_last (e->dest)); in thread_across_edge()
|
| HD | tree-optimize.c | 208 tree stmt = bsi_stmt (bsi); in execute_free_cfg_annotations() 272 tree stmt = bsi_stmt (bsi); in execute_fixup_cfg() 288 tree stmt = bsi_stmt (bsi); in execute_fixup_cfg() 291 if (stmt == bsi_stmt (bsi_last (bb))) in execute_fixup_cfg()
|
| HD | tree-tailcall.c | 214 call_bb = bb_for_stmt (bsi_stmt (bsi)); in independent_of_stmt_p() 231 if (bsi_stmt (bsi) == at) in independent_of_stmt_p() 391 stmt = bsi_stmt (bsi); in find_tail_calls() 487 stmt = bsi_stmt (absi); in find_tail_calls() 725 stmt = orig_stmt = bsi_stmt (t->call_bsi); in eliminate_tail_call() 748 tree t = bsi_stmt (bsi); in eliminate_tail_call() 790 call = bsi_stmt (t->call_bsi); in eliminate_tail_call() 850 tree stmt = bsi_stmt (t->call_bsi); in optimize_tail_call()
|
| HD | tree-cfg.c | 276 last = bsi_stmt (bsi); in factor_computed_gotos() 858 tree target = bsi_stmt (bsi); in make_abnormal_goto_edges() 882 tree goto_t = bsi_stmt (last); in make_goto_expr_edges() 969 tree label, stmt = bsi_stmt (i); in cleanup_dead_labels() 1070 tree label, stmt = bsi_stmt (i); in cleanup_dead_labels() 1236 stmt = bsi_stmt (bsi); in tree_can_merge_blocks_p() 1369 if (TREE_CODE (bsi_stmt (bsi)) == LABEL_EXPR) in tree_merge_blocks() 1371 tree label = bsi_stmt (bsi); in tree_merge_blocks() 1388 change_bb_for_stmt (bsi_stmt (bsi), a); in tree_merge_blocks() 2040 tree stmt = bsi_stmt (i); in remove_bb() [all …]
|
| HD | omp-low.c | 2382 gcc_assert (TREE_CODE (bsi_stmt (si)) == OMP_RETURN); in remove_exit_barrier() 2384 if (!bsi_end_p (si) && TREE_CODE (bsi_stmt (si)) != LABEL_EXPR) in remove_exit_barrier() 2392 t = bsi_stmt (si); in remove_exit_barrier() 2453 gcc_assert (TREE_CODE (bsi_stmt (si)) == OMP_PARALLEL); in expand_omp_parallel() 2490 stmt = bsi_stmt (si); in expand_omp_parallel() 2524 t = bsi_stmt (si); in expand_omp_parallel() 2545 && TREE_CODE (bsi_stmt (si)) == OMP_RETURN); in expand_omp_parallel() 2631 gcc_assert (TREE_CODE (bsi_stmt (si)) == OMP_FOR); in expand_omp_for_generic() 2704 gcc_assert (TREE_CODE (bsi_stmt (si)) == OMP_CONTINUE); in expand_omp_for_generic() 2725 if (OMP_RETURN_NOWAIT (bsi_stmt (si))) in expand_omp_for_generic() [all …]
|
| HD | tree-ssa-dse.c | 232 tree stmt = bsi_stmt (bsi); in dse_optimize_stmt() 342 print_generic_expr (dump_file, bsi_stmt (bsi), dump_flags); in dse_optimize_stmt() 414 stmt_ann (bsi_stmt (bsi))->uid = max_stmt_uid++; in tree_ssa_dse()
|
| HD | tree-cfgcleanup.c | 76 tree expr = bsi_stmt (bsi), val; in cleanup_control_expr_graph() 188 stmt = bsi_stmt (bsi); 287 tree stmt = bsi_stmt (bsi); in tree_forwarder_block_p() 479 label = bsi_stmt (bsi); in remove_forwarder_block()
|
| HD | tree-nrv.c | 124 tree stmt = bsi_stmt (bsi); in tree_nrv() 297 tree stmt = bsi_stmt (i); in execute_return_slot_opt()
|
| HD | tree-ssa-dce.c | 415 tree stmt = bsi_stmt (i); in find_obviously_necessary_stmts() 591 tree stmt = bsi_stmt (bsi); in mark_really_necessary_kill_operand_phis() 645 tree t = bsi_stmt (i); in eliminate_unnecessary_stmts() 705 tree t = bsi_stmt (*i); in remove_dead_stmt()
|
| HD | tree-complex.c | 196 orig_stmt = stmt = bsi_stmt (bsi); in init_dont_simulate_again() 625 mod = stmt = bsi_stmt (*bsi); in update_complex_assignment() 736 if (is_ctrl_altering_stmt (bsi_stmt (*bsi))) in expand_complex_move() 762 update_all_vops (bsi_stmt (*bsi)); in expand_complex_move() 779 if (stmt == bsi_stmt (*bsi)) in expand_complex_move() 792 stmt = bsi_stmt (*bsi); in expand_complex_move() 896 stmt = bsi_stmt (*bsi); in expand_complex_libcall() 1303 stmt = expr = bsi_stmt (*bsi); in expand_complex_comparison() 1329 tree stmt = bsi_stmt (*bsi); in expand_complex_operations_1()
|
| HD | tree-sra.c | 958 stmt = bsi_stmt (si); in sra_walk_function() 1921 tree stmt = bsi_stmt (*bsi); in sra_insert_before() 1933 tree stmt = bsi_stmt (*bsi); in sra_insert_after() 1965 tree list = NULL, stmt = bsi_stmt (*bsi); in scalarize_use() 2018 stmt = bsi_stmt (*bsi); in scalarize_copy() 2062 stmt = bsi_stmt (*bsi); in scalarize_copy() 2127 mark_all_v_defs (bsi_stmt (*bsi)); in scalarize_init() 2175 tree list = NULL, stmt = bsi_stmt (*bsi); in scalarize_ldst()
|
| HD | tree-ssa-propagate.c | 435 tree stmt = bsi_stmt (j); in simulate_block() 512 STMT_IN_SSA_EDGE_WORKLIST (bsi_stmt (si)) = 0; in ssa_prop_init() 1133 tree stmt = bsi_stmt (i); in substitute_and_fold() 1175 stmt = bsi_stmt (i); in substitute_and_fold()
|
| HD | tree-ssa-sink.c | 441 tree stmt = bsi_stmt (bsi); in sink_code_in_bb() 462 && TREE_CODE (bsi_stmt (tobsi)) == LABEL_EXPR) in sink_code_in_bb()
|
| HD | tree-ssa-math-opts.c | 315 while (!bsi_end_p (bsi) && !is_division_by (bsi_stmt (bsi), def)) in insert_reciprocals() 492 tree stmt = bsi_stmt (bsi); in execute_cse_reciprocals()
|
| HD | tree-if-conv.c | 181 tree t = bsi_stmt (itr); in tree_if_conversion() 562 if (!if_convertible_stmt_p (loop, bb, bsi_stmt (itr))) in if_convertible_loop_p() 970 if (TREE_CODE (bsi_stmt (bsi)) == LABEL_EXPR) in combine_blocks() 974 set_bb_for_stmt (bsi_stmt (bsi), merge_target_bb); in combine_blocks()
|
| HD | tree-vect-generic.c | 373 tree stmt = bsi_stmt (*bsi); in expand_vector_operations_1() 460 mark_stmt_modified (bsi_stmt (*bsi)); in expand_vector_operations_1() 483 update_stmt_if_modified (bsi_stmt (bsi)); in expand_vector_operations()
|
| HD | tree-vect-patterns.c | 466 tree stmt = bsi_stmt (si); in vect_pattern_recog_1() 629 stmt = bsi_stmt (si); in vect_pattern_recog()
|
| HD | tree-ssa-loop-ivcanon.c | 125 size += estimate_num_insns (bsi_stmt (bsi)); in tree_num_loop_insns() 446 stmt = bsi_stmt (bsi); in empty_loop_p()
|
| HD | tree-stdarg.c | 516 tree stmt = bsi_stmt (i), use; in check_all_va_list_escapes() 635 tree stmt = bsi_stmt (i); in execute_optimize_stdarg() 794 tree stmt = bsi_stmt (i); in execute_optimize_stdarg()
|
| HD | tree-vectorizer.c | 232 stmt = bsi_stmt (bsi); in rename_variables_in_bb() 989 || (!orig_cond || orig_cond != bsi_stmt (loop_exit_bsi)) in slpeel_can_duplicate_loop_p() 1254 node = bsi_stmt (si); in find_loop_location() 1410 tree stmt = bsi_stmt (si); in new_loop_vec_info() 1474 tree stmt = bsi_stmt (si); in destroy_loop_vec_info()
|
| HD | tree-ssa-loop-ch.c | 82 last = bsi_stmt (bsi); in should_duplicate_loop_header_p()
|
| HD | tree-ssa-loop-im.c | 596 stmt = bsi_stmt (bsi); in determine_invariantness_stmt() 730 stmt = bsi_stmt (bsi); in move_computations_stmt() 1301 gather_mem_refs_stmt (loop, mem_refs, clobbered_vops, bsi_stmt (bsi), in gather_mem_refs() 1514 if (nonpure_call_p (bsi_stmt (bsi))) in tree_ssa_lim_initialize()
|
| HD | tree-vrp.c | 3177 print_generic_expr (file, bsi_stmt (loc->si), 0); in dump_asserts_for() 3257 gcc_assert (TREE_CODE (bsi_stmt (si)) != COND_EXPR in register_new_assert_for() 3258 && TREE_CODE (bsi_stmt (si)) != SWITCH_EXPR); in register_new_assert_for() 3364 stmt = bsi_stmt (si); in register_edge_assert_for() 3473 last = bsi_stmt (last_si); in find_conditional_asserts() 3634 stmt = bsi_stmt (si); in find_assert_locations() 3738 gcc_assert (TREE_CODE (bsi_stmt (loc->si)) == COND_EXPR in process_assert_insertions_for() 3739 || TREE_CODE (bsi_stmt (loc->si)) == SWITCH_EXPR); in process_assert_insertions_for() 3748 stmt = bsi_stmt (loc->si); in process_assert_insertions_for() 3919 tree stmt = bsi_stmt (si); in remove_range_assertions() [all …]
|
| HD | tree-ssa.c | 742 tree stmt = bsi_stmt (bsi); in verify_ssa() 874 tree stmt = bsi_stmt (bsi); in delete_tree_ssa() 1255 tree context = bsi_stmt (bsi); in execute_early_warn_uninitialized()
|