| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | ipa-param-manipulation.cc | 1340 tree vexpr = build_debug_expr_decl (TREE_TYPE (val)); in prepare_debug_expressions() local 1342 m_dead_ssa_debug_equiv.put (dead_ssa, vexpr); in prepare_debug_expressions() 2345 tree name, vexpr, copy = NULL_TREE; in reset_debug_stmts() local 2351 vexpr = NULL; in reset_debug_stmts() 2366 if (vexpr == NULL && gsip != NULL) in reset_debug_stmts() 2368 vexpr = build_debug_expr_decl (TREE_TYPE (name)); in reset_debug_stmts() 2370 SET_DECL_MODE (vexpr, DECL_MODE (decl)); in reset_debug_stmts() 2371 def_temp = gimple_build_debug_source_bind (vexpr, decl, NULL); in reset_debug_stmts() 2374 if (vexpr) in reset_debug_stmts() 2377 SET_USE (use_p, vexpr); in reset_debug_stmts() [all …]
|
| D | tree-ssa.cc | 437 tree vexpr = build_debug_expr_decl (TREE_TYPE (value)); in insert_debug_temp_for_var_def() local 439 def_temp = gimple_build_debug_bind (vexpr, in insert_debug_temp_for_var_def() 445 SET_DECL_MODE (vexpr, DECL_MODE (value)); in insert_debug_temp_for_var_def() 447 SET_DECL_MODE (vexpr, TYPE_MODE (TREE_TYPE (value))); in insert_debug_temp_for_var_def() 457 value = vexpr; in insert_debug_temp_for_var_def()
|
| D | tree-inline.cc | 213 tree vexpr = build_debug_expr_decl (TREE_TYPE (name)); in remap_ssa_name() local 215 SET_DECL_MODE (vexpr, DECL_MODE (SSA_NAME_VAR (name))); in remap_ssa_name() 216 def_temp = gimple_build_debug_source_bind (vexpr, val, NULL); in remap_ssa_name() 219 insert_decl_map (id, val, vexpr); in remap_ssa_name() 220 return vexpr; in remap_ssa_name() 6471 tree vexpr = NULL_TREE; in tree_function_versioning() local 6482 vexpr = *d; in tree_function_versioning() 6483 if (!vexpr) in tree_function_versioning() 6485 vexpr = build_debug_expr_decl (TREE_TYPE (parm)); in tree_function_versioning() 6487 SET_DECL_MODE (vexpr, DECL_MODE (parm)); in tree_function_versioning() [all …]
|
| D | tree-ssa-pre.cc | 765 pre_expr vexpr = constant_value_expressions[-val]; in vn_valnum_from_value_id() local 766 if (vexpr) in vn_valnum_from_value_id() 767 return PRE_EXPR_CONSTANT (vexpr); in vn_valnum_from_value_id() 776 pre_expr vexpr = expression_for_id (i); in vn_valnum_from_value_id() local 777 if (vexpr->kind == NAME) in vn_valnum_from_value_id() 778 return VN_INFO (PRE_EXPR_NAME (vexpr))->valnum; in vn_valnum_from_value_id()
|
| D | omp-simd-clone.cc | 913 tree vexpr = build_debug_expr_decl (TREE_TYPE (repl)); in ipa_simd_modify_stmt_ops() local 914 stmt = gimple_build_debug_source_bind (vexpr, repl, NULL); in ipa_simd_modify_stmt_ops() 915 repl = vexpr; in ipa_simd_modify_stmt_ops()
|
| D | cfgexpand.cc | 4362 tree &vexpr = deep_ter_debug_map->get_or_insert (use); in avoid_deep_ter_for_debug() local 4363 if (vexpr != NULL) in avoid_deep_ter_for_debug() 4365 vexpr = build_debug_expr_decl (TREE_TYPE (use)); in avoid_deep_ter_for_debug() 4366 gimple *def_temp = gimple_build_debug_bind (vexpr, use, g); in avoid_deep_ter_for_debug() 5932 tree vexpr = build_debug_expr_decl (TREE_TYPE (value)); in expand_gimple_basic_block() local 5943 SET_DECL_MODE (vexpr, mode); in expand_gimple_basic_block() 5946 (mode, vexpr, (rtx)value, VAR_INIT_STATUS_INITIALIZED); in expand_gimple_basic_block() 5956 SET_USE (use_p, vexpr); in expand_gimple_basic_block()
|
| D | var-tracking.cc | 9952 tree vexpr = DECL_VALUE_EXPR (DECL_RESULT (current_function_decl)); in vt_add_function_parameters() local 9954 if (TREE_CODE (vexpr) == INDIRECT_REF) in vt_add_function_parameters() 9955 vexpr = TREE_OPERAND (vexpr, 0); in vt_add_function_parameters() 9957 if (TREE_CODE (vexpr) == PARM_DECL in vt_add_function_parameters() 9958 && DECL_ARTIFICIAL (vexpr) in vt_add_function_parameters() 9959 && !DECL_IGNORED_P (vexpr) in vt_add_function_parameters() 9960 && DECL_NAMELESS (vexpr)) in vt_add_function_parameters() 9961 vt_add_function_parameter (vexpr); in vt_add_function_parameters()
|
| D | omp-low.cc | 6429 tree vexpr = nv; in lower_rec_input_clauses() local 6431 vexpr = build_fold_addr_expr (nv); in lower_rec_input_clauses() 6432 SET_DECL_VALUE_EXPR (new_vard, vexpr); in lower_rec_input_clauses() 6561 tree vexpr = nv; in lower_rec_input_clauses() local 6563 vexpr = build_fold_addr_expr (nv); in lower_rec_input_clauses() 6564 SET_DECL_VALUE_EXPR (new_vard, vexpr); in lower_rec_input_clauses() 10250 tree vexpr = val; in lower_omp_scan() local 10252 vexpr = build_fold_addr_expr_loc (clause_loc, val); in lower_omp_scan() 10254 SET_DECL_VALUE_EXPR (new_vard, vexpr); in lower_omp_scan() 10313 tree vexpr = unshare_expr (var4); in lower_omp_scan() local [all …]
|
| D | tree-ssa-loop-ivopts.cc | 7830 tree vexpr = build_debug_expr_decl (TREE_TYPE (comp)); in remove_unused_ivs() local 7833 SET_DECL_MODE (vexpr, DECL_MODE (SSA_NAME_VAR (def))); in remove_unused_ivs() 7835 SET_DECL_MODE (vexpr, TYPE_MODE (TREE_TYPE (vexpr))); in remove_unused_ivs() 7837 = gimple_build_debug_bind (vexpr, comp, NULL); in remove_unused_ivs() 7847 comp = vexpr; in remove_unused_ivs()
|
| D | tree.cc | 5361 tree vexpr = make_node (DEBUG_EXPR_DECL); in build_debug_expr_decl() local 5362 DECL_ARTIFICIAL (vexpr) = 1; in build_debug_expr_decl() 5363 TREE_TYPE (vexpr) = type; in build_debug_expr_decl() 5364 SET_DECL_MODE (vexpr, TYPE_MODE (type)); in build_debug_expr_decl() 5365 return vexpr; in build_debug_expr_decl()
|