Searched refs:new1 (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/tools/tools/iso/
H A Dcheck-iso3166.pl42 my %new1 = ();
65 $new1{$two}{two} = $two;
66 $new1{$two}{three} = $three;
67 $new1{$two}{number} = $number;
68 $new1{$two}{name} = $name;
101 if (!defined $new1{$two}) {
102 print "In old but not new1: $old{$two}{two}\t$old{$two}{three}\t$old{$two}{number}\t$old{$two}{name}\n";
115 foreach my $two (sort(keys(%new1))) {
117 print "In new1 but not old: $new1{
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-phiopt.c436 tree new1; local
438 new1 = build2 (TREE_CODE (old_result), TREE_TYPE (old_result),
442 new1 = build2 (MODIFY_EXPR, TREE_TYPE (old_result), new_var, new1);
443 SSA_NAME_DEF_STMT (new_var) = new1;
445 bsi_insert_after (&bsi, new1, BSI_NEW_STMT);
H A Dtree-scalar-evolution.c1831 tree op0, op1, new0, new1;
1843 new1 = fold_used_pointer_cast (op1);
1848 new1 = fold_used_pointer (op1, at_stmt);
1853 if (new0 == op0 && new1 == op1)
1857 new1 = chrec_convert (TREE_TYPE (expr), new1, at_stmt);
1860 expr = chrec_fold_plus (TREE_TYPE (expr), new0, new1);
1862 expr = chrec_fold_minus (TREE_TYPE (expr), new0, new1);
1826 tree op0, op1, new0, new1; local
H A Dreload1.c2440 rtx new1 = eliminate_regs_1 (XEXP (x, 1), mem_mode, insn, true);
2442 if (reg_renumber && (new0 != XEXP (x, 0) || new1 != XEXP (x, 1)))
2448 if (GET_CODE (new0) == PLUS && REG_P (new1)
2449 && REGNO (new1) >= FIRST_PSEUDO_REGISTER
2450 && reg_renumber[REGNO (new1)] < 0
2452 && reg_equiv_constant[REGNO (new1)] != 0)
2453 new1 = reg_equiv_constant[REGNO (new1)];
2454 else if (GET_CODE (new1) == PLUS && REG_P (new0)
2460 new = form_sum (new0, new1);
2426 rtx new1 = eliminate_regs_1 (XEXP (x, 1), mem_mode, insn, true); local
2499 rtx new1 = XEXP (x, 1) local
[all...]
H A Demit-rtl.c800 rtx *new1;
806 new1 = ggc_realloc (f->emit->x_regno_reg_rtx,
808 memset (new1 + old_size, 0, old_size * sizeof (rtx));
809 regno_reg_rtx = new1;
797 rtx *new1; local
H A Dfold-const.c3084 eval_subst (tree arg, tree old0, tree new0, tree old1, tree new1)
3102 old0, new0, old1, new1));
3107 old0, new0, old1, new1),
3109 old0, new0, old1, new1));
3115 return eval_subst (TREE_OPERAND (arg, 0), old0, new0, old1, new1);
3118 return eval_subst (TREE_OPERAND (arg, 1), old0, new0, old1, new1);
3123 old0, new0, old1, new1),
3125 old0, new0, old1, new1),
3127 old0, new0, old1, new1));
3145 arg0 = new1;
3065 eval_subst(tree arg, tree old0, tree new0, tree old1, tree new1) argument
[all...]

Completed in 105 milliseconds