Searched refs:new_expr (Results 1 – 8 of 8) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | sese.c | 488 tree new_expr, scev; in rename_uses() local 497 new_expr = get_rename (rename_map, old_name); in rename_uses() 498 if (new_expr) in rename_uses() 501 tree type_new_expr = TREE_TYPE (new_expr); in rename_uses() 504 || (TREE_CODE (new_expr) != SSA_NAME in rename_uses() 510 new_expr = fold_convert (type_old_name, new_expr); in rename_uses() 512 new_expr = build2 (MODIFY_EXPR, type_old_name, var, new_expr); in rename_uses() 513 new_expr = force_gimple_operand (new_expr, &stmts, true, NULL); in rename_uses() 517 replace_exp (use_p, new_expr); in rename_uses() 530 new_expr = build_zero_cst (TREE_TYPE (old_name)); in rename_uses() [all …]
|
H A D | sel-sched.c | 5770 expr_t new_expr = av_set_lookup (BB_AV_SET (book_block), in update_and_record_unavailable_insns() local 5773 if (! new_expr in update_and_record_unavailable_insns() 5776 || EXPR_TARGET_AVAILABLE (new_expr) in update_and_record_unavailable_insns()
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | constraint.cc | 1652 tree new_expr = tsubst_expr (expr, args, complain, in_decl, false); in tsubst_implicit_conversion_constr() local 1653 if (new_expr == error_mark_node) in tsubst_implicit_conversion_constr() 1658 return build_nt (ICONV_CONSTR, new_expr, new_type); in tsubst_implicit_conversion_constr() 1671 tree new_expr = tsubst_expr (expr, args, complain, in_decl, false); in tsubst_argument_deduction_constr() local 1672 if (new_expr == error_mark_node) in tsubst_argument_deduction_constr() 1682 return build_nt (DEDUCT_CONSTR, new_expr, new_pattern, autos); in tsubst_argument_deduction_constr()
|
H A D | init.c | 2334 tree new_expr; in build_raw_new_expr() local 2352 new_expr = build4 (NEW_EXPR, build_pointer_type (type), in build_raw_new_expr() 2355 NEW_EXPR_USE_GLOBAL (new_expr) = use_global_new; in build_raw_new_expr() 2356 TREE_SIDE_EFFECTS (new_expr) = 1; in build_raw_new_expr() 2358 return new_expr; in build_raw_new_expr()
|
H A D | tree.c | 5197 add_stmt_to_compound (tree orig, tree new_expr) in add_stmt_to_compound() argument 5199 if (!new_expr || !TREE_SIDE_EFFECTS (new_expr)) in add_stmt_to_compound() 5202 return new_expr; in add_stmt_to_compound() 5203 return build2 (COMPOUND_EXPR, void_type_node, orig, new_expr); in add_stmt_to_compound()
|
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | tree.c | 3575 add_stmt_to_compound (tree orig, tree new_expr) in add_stmt_to_compound() argument 3577 if (!new_expr || !TREE_SIDE_EFFECTS (new_expr)) in add_stmt_to_compound() 3580 return new_expr; in add_stmt_to_compound() 3581 return build2 (COMPOUND_EXPR, void_type_node, orig, new_expr); in add_stmt_to_compound()
|
H A D | init.c | 2062 tree new_expr; in build_raw_new_expr() local 2075 new_expr = build4 (NEW_EXPR, build_pointer_type (type), in build_raw_new_expr() 2078 NEW_EXPR_USE_GLOBAL (new_expr) = use_global_new; in build_raw_new_expr() 2079 TREE_SIDE_EFFECTS (new_expr) = 1; in build_raw_new_expr() 2081 return new_expr; in build_raw_new_expr()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | sel-sched.c | 5699 expr_t new_expr = av_set_lookup (BB_AV_SET (book_block), in update_and_record_unavailable_insns() local 5702 if (! new_expr in update_and_record_unavailable_insns() 5705 || EXPR_TARGET_AVAILABLE (new_expr) in update_and_record_unavailable_insns()
|