Lines Matching refs:newoperands
1526 VEC (vn_reference_op_s, heap) *newoperands = NULL; in phi_translate_1()
1581 if (newoperands) in phi_translate_1()
1582 VEC_free (vn_reference_op_s, heap, newoperands); in phi_translate_1()
1585 if (!newoperands) in phi_translate_1()
1586 newoperands = VEC_copy (vn_reference_op_s, heap, operands); in phi_translate_1()
1610 VEC_replace (vn_reference_op_s, newoperands, j, &newop); in phi_translate_1()
1615 newoperands, j - 1)->opcode == MEM_REF) in phi_translate_1()
1616 vn_reference_fold_indirect (&newoperands, &j); in phi_translate_1()
1620 if (newoperands) in phi_translate_1()
1621 VEC_free (vn_reference_op_s, heap, newoperands); in phi_translate_1()
1627 newvuse = translate_vuse_through_block (newoperands, in phi_translate_1()
1633 VEC_free (vn_reference_op_s, heap, newoperands); in phi_translate_1()
1646 newoperands, in phi_translate_1()
1649 VEC_free (vn_reference_op_s, heap, newoperands); in phi_translate_1()
1660 VEC_free (vn_reference_op_s, heap, newoperands); in phi_translate_1()
1666 gcc_assert (!newoperands); in phi_translate_1()
1741 newoperands, in phi_translate_1()
1743 newoperands = NULL; in phi_translate_1()
1752 VEC_free (vn_reference_op_s, heap, newoperands); in phi_translate_1()