Searched refs:vdef (Results 1 - 25 of 49) sorted by relevance

12

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-ssa.h162 if (mem_ops_stmt->vdef)
163 return &mem_ops_stmt->vdef;
H A Dtree-ssa-dce.c118 /* True if we should treat any stmt with a vdef as necessary. */
488 mark_aliased_reaching_defs_necessary_1 (ao_ref *ref, tree vdef, void *data) argument
490 gimple *def_stmt = SSA_NAME_DEF_STMT (vdef);
494 mark_operand_necessary (vdef);
571 tree vdef, void *data ATTRIBUTE_UNUSED)
573 gimple *def_stmt = SSA_NAME_DEF_STMT (vdef);
578 && bitmap_bit_p (processed, SSA_NAME_VERSION (vdef)))
620 mark_operand_necessary (vdef);
1090 tree vdef = gimple_phi_result (phi); local
1096 FOR_EACH_IMM_USE_STMT (use_stmt, iter, vdef)
570 mark_all_reaching_defs_necessary_1(ao_ref *ref ATTRIBUTE_UNUSED, tree vdef, void *data ATTRIBUTE_UNUSED) argument
[all...]
H A Dtree-ssa-operands.c321 /* Pre-pend the vdef we may have built. */
1306 tree vdef = gimple_vdef (stmt); local
1309 if (!vdef
1310 || TREE_CODE (vdef) != SSA_NAME)
1313 FOR_EACH_IMM_USE_STMT (use_stmt, iter, vdef)
1319 if (SSA_NAME_OCCURS_IN_ABNORMAL_PHI (vdef))
H A Dtree-ssa-sccvn.c1193 /* If 2 calls have a different non-ssa lhs, vdef value numbers should be
3660 vn_reference_insert (tree op, tree result, tree vuse, tree vdef) argument
3681 vr1->result_vdef = vdef;
4925 tree vdef = gimple_vdef (stmt); local
4934 if (vnresult->result_vdef && vdef)
4935 changed |= set_ssa_val_to (vdef, vnresult->result_vdef);
4936 else if (vdef)
4939 changed |= set_ssa_val_to (vdef, vuse_ssa_val (gimple_vuse (stmt)));
4951 tree vdef_val = vdef;
4952 if (vdef)
5069 tree vdef = gimple_vdef (stmt); local
6066 tree vdef = gimple_vdef (stmt); local
6223 tree vdef = gimple_vdef (stmt); local
[all...]
H A Dtree-ssa-alias.c3718 /* Based on the memory reference REF call WALKER for each vdef which
3722 WALKER is called with REF, the current vdef and DATA. If WALKER
3737 walk_aliased_vdefs_1 (ao_ref *ref, tree vdef, argument
3744 gimple *def_stmt = SSA_NAME_DEF_STMT (vdef);
3747 && !bitmap_set_bit (*visited, SSA_NAME_VERSION (vdef)))
3780 && (*walker) (ref, vdef, data))
3783 vdef = gimple_vuse (def_stmt);
3789 walk_aliased_vdefs (ao_ref *ref, tree vdef, argument
3802 ret = walk_aliased_vdefs_1 (ref, vdef, walker, data,
H A Dgimple-fold.c511 tree vdef; local
513 vdef = gimple_vdef (stmt);
515 vdef = make_ssa_name (gimple_vop (cfun), new_stmt);
516 gimple_set_vdef (new_stmt, vdef);
517 if (vdef && TREE_CODE (vdef) == SSA_NAME)
518 SSA_NAME_DEF_STMT (vdef) = new_stmt;
544 tree vdef = gimple_vdef (stmt); local
545 if (vdef
546 && TREE_CODE (vdef)
630 tree vdef = gimple_vdef (stmt); local
718 tree vdef = gimple_vdef (stmt); local
[all...]
H A Dtree-ssa-loop-manip.c574 tree vdef = gimple_vdef (stmt); local
575 if (vdef != NULL)
576 find_uses_to_rename_def (vdef, use_blocks, need_phis);
H A Dipa-fnsummary.c1094 mark_modified (ao_ref *ao ATTRIBUTE_UNUSED, tree vdef ATTRIBUTE_UNUSED,
2062 record_modified (ao_ref *ao ATTRIBUTE_UNUSED, tree vdef, void *data) argument
2066 if (SSA_NAME_DEF_STMT (vdef) == info->stmt)
2068 if (gimple_clobber_p (SSA_NAME_DEF_STMT (vdef)))
2071 SSA_NAME_IS_DEFAULT_DEF (vdef)
2074 (gimple_bb (SSA_NAME_DEF_STMT (vdef)),
2081 gimple_bb (SSA_NAME_DEF_STMT (vdef))->index,
2083 (gimple_bb (SSA_NAME_DEF_STMT (vdef)),
2085 print_gimple_stmt (dump_file, SSA_NAME_DEF_STMT (vdef), 0);
H A Dgimple.c2069 /* Move OLD_STMT's vuse and vdef operands to NEW_STMT, on the assumption
2075 tree vdef = gimple_vdef (old_stmt); local
2077 gimple_set_vdef (new_stmt, vdef);
2078 if (vdef && TREE_CODE (vdef) == SSA_NAME)
2079 SSA_NAME_DEF_STMT (vdef) = new_stmt;
H A Dtree-ssa.c704 tree vdef = gimple_vdef (stmt); local
705 if (vdef)
707 current_vdef = vdef;
H A Dtree-predcom.c1321 tree vdef = entry_vuse; local
1324 gimple *def = SSA_NAME_DEF_STMT (vdef);
1333 vdef = gimple_vuse (def);
1335 while (vdef != gimple_vuse (init_stmt));
H A Dtree-ssa-forwprop.c1269 tree diff, vdef, new_str_cst; local
1369 vdef = gimple_vdef (stmt1);
1370 if (vdef != NULL
1371 && (!single_imm_use (vdef, &use_p, &use_stmt)
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgimple-ssa.h162 if (mem_ops_stmt->vdef)
163 return &mem_ops_stmt->vdef;
H A Dtree-ssa-dce.cc119 /* True if we should treat any stmt with a vdef as necessary. */
483 mark_aliased_reaching_defs_necessary_1 (ao_ref *ref, tree vdef, void *data) argument
485 gimple *def_stmt = SSA_NAME_DEF_STMT (vdef);
489 mark_operand_necessary (vdef);
566 tree vdef, void *data ATTRIBUTE_UNUSED)
568 gimple *def_stmt = SSA_NAME_DEF_STMT (vdef);
573 && bitmap_bit_p (processed, SSA_NAME_VERSION (vdef)))
618 mark_operand_necessary (vdef);
1031 tree vdef = gimple_phi_result (phi); local
1037 FOR_EACH_IMM_USE_STMT (use_stmt, iter, vdef)
565 mark_all_reaching_defs_necessary_1(ao_ref *ref ATTRIBUTE_UNUSED, tree vdef, void *data ATTRIBUTE_UNUSED) argument
[all...]
H A Dtree-ssa-operands.cc391 /* Pre-pend the vdef we may have built. */
1370 tree vdef = gimple_vdef (stmt); local
1373 if (!vdef
1374 || TREE_CODE (vdef) != SSA_NAME)
1377 FOR_EACH_IMM_USE_STMT (use_stmt, iter, vdef)
1383 if (SSA_NAME_OCCURS_IN_ABNORMAL_PHI (vdef))
H A Dtree-ssa-sccvn.cc1266 /* If 2 calls have a different non-ssa lhs, vdef value numbers should be
3823 vn_reference_insert (tree op, tree result, tree vuse, tree vdef) argument
3844 vr1->result_vdef = vdef;
5157 tree vdef = gimple_vdef (stmt); local
5170 && !vdef
5290 if (vdef)
5293 changed |= set_ssa_val_to (vdef, vnresult->result_vdef);
5295 /* If stmt has non-SSA_NAME lhs, value number the vdef to itself,
5297 changed |= set_ssa_val_to (vdef, vdef);
5446 tree vdef = gimple_vdef (stmt); local
6501 tree vdef = gimple_vdef (stmt); local
6659 tree vdef = gimple_vdef (stmt); local
[all...]
H A Dtree-ssa-dse.cc1051 tree vdef = (gimple_code (def) == GIMPLE_PHI local
1065 else if (has_zero_uses (vdef))
1079 else if (single_imm_use (vdef, &use_p, &use_stmt)
H A Dgimple-fold.cc616 tree vdef; local
618 vdef = gimple_vdef (stmt);
620 vdef = make_ssa_name (gimple_vop (cfun), new_stmt);
621 gimple_set_vdef (new_stmt, vdef);
622 if (vdef && TREE_CODE (vdef) == SSA_NAME)
623 SSA_NAME_DEF_STMT (vdef) = new_stmt;
649 tree vdef = gimple_vdef (stmt); local
650 if (vdef
651 && TREE_CODE (vdef)
823 tree vdef = gimple_vdef (stmt); local
915 tree vdef = gimple_vdef (stmt); local
[all...]
H A Dtree-ssa-loop-im.cc2381 sm_seq_valid_bb (class loop *loop, basic_block bb, tree vdef, argument
2386 if (!vdef)
2390 vdef = gimple_vdef (gsi_stmt (gsi));
2391 if (vdef)
2394 if (!vdef)
2398 vdef = gimple_phi_result (vphi);
2400 if (!vdef)
2404 return sm_seq_valid_bb (loop, single_pred (bb), vdef,
2411 gimple *def = SSA_NAME_DEF_STMT (vdef);
2638 vdef
[all...]
H A Dtree-ssa-loop-manip.cc572 tree vdef = gimple_vdef (stmt); local
573 if (vdef != NULL)
574 find_uses_to_rename_def (vdef, use_blocks, need_phis);
H A Dipa-fnsummary.cc1181 mark_modified (ao_ref *ao ATTRIBUTE_UNUSED, tree vdef ATTRIBUTE_UNUSED,
2174 record_modified (ao_ref *ao ATTRIBUTE_UNUSED, tree vdef, void *data) argument
2178 if (SSA_NAME_DEF_STMT (vdef) == info->stmt)
2180 if (gimple_clobber_p (SSA_NAME_DEF_STMT (vdef)))
2183 SSA_NAME_IS_DEFAULT_DEF (vdef)
2186 (gimple_bb (SSA_NAME_DEF_STMT (vdef)),
2193 gimple_bb (SSA_NAME_DEF_STMT (vdef))->index,
2195 (gimple_bb (SSA_NAME_DEF_STMT (vdef)),
2197 print_gimple_stmt (dump_file, SSA_NAME_DEF_STMT (vdef), 0);
H A Dtree-ssa-uninit.cc451 check_defs (ao_ref *ref, tree vdef, void *data_) argument
454 gimple *def_stmt = SSA_NAME_DEF_STMT (vdef);
456 /* Ignore the vdef if the definition statement is a call
465 Ignore this vdef as well. */
H A Dgimple.cc2157 /* Move OLD_STMT's vuse and vdef operands to NEW_STMT, on the assumption
2163 tree vdef = gimple_vdef (old_stmt);
2165 gimple_set_vdef (new_stmt, vdef);
2166 if (vdef && TREE_CODE (vdef) == SSA_NAME)
2167 SSA_NAME_DEF_STMT (vdef) = new_stmt;
H A Dtree-ssa-alias.cc3862 /* Based on the memory reference REF call WALKER for each vdef whose
3866 WALKER is called with REF, the current vdef and DATA. If WALKER
3881 walk_aliased_vdefs_1 (ao_ref *ref, tree vdef, argument
3888 gimple *def_stmt = SSA_NAME_DEF_STMT (vdef);
3891 && !bitmap_set_bit (*visited, SSA_NAME_VERSION (vdef)))
3924 && (*walker) (ref, vdef, data))
3927 vdef = gimple_vuse (def_stmt);
3933 walk_aliased_vdefs (ao_ref *ref, tree vdef, argument
3946 ret = walk_aliased_vdefs_1 (ref, vdef, walker, data,
H A Dtree-ssa.cc701 tree vdef = gimple_vdef (stmt); local
702 if (vdef)
704 current_vdef = vdef;

Completed in 318 milliseconds

12