Searched refs:SSA_VAL (Results 1 – 4 of 4) sorted by relevance
532 SSA_VAL (tree x, bool *visited = NULL) in SSA_VAL() function552 x = SSA_VAL (x); in vuse_ssa_val()570 vuse = SSA_VAL (vuse, &visited); in vuse_valueize()1430 || SSA_VAL (ptr) == op->op0 in vn_reference_maybe_forwprop_address()1446 op->op0 = SSA_VAL (op->op0); in vn_reference_maybe_forwprop_address()1651 tree tem = with_avail ? vn_valueize (vro->op0) : SSA_VAL (vro->op0); in valueize_refs_1()1664 tree tem = with_avail ? vn_valueize (vro->op1) : SSA_VAL (vro->op1); in valueize_refs_1()1673 tree tem = with_avail ? vn_valueize (vro->op2) : SSA_VAL (vro->op2); in valueize_refs_1()2336 vr1.vuse = vuse ? SSA_VAL (vuse) : NULL_TREE; in vn_reference_lookup_or_insert_for_pieces()2394 result = SSA_VAL (result); in vn_nary_build_or_lookup_1()[all …]
14781 (simplify_binary_expression): Use SSA_VAL consistently.
11551 * tree-ssa-sccvn.c (SSA_VAL): Add visited output parameter.
467 SSA_VAL (tree x, bool *visited = NULL)487 x = SSA_VAL (x); in vuse_ssa_val()505 vuse = SSA_VAL (vuse, &visited); in vuse_valueize()1354 || SSA_VAL (ptr) == op->op0 in vn_reference_maybe_forwprop_address()1370 op->op0 = SSA_VAL (op->op0); in vn_reference_maybe_forwprop_address()1569 tree tem = with_avail ? vn_valueize (vro->op0) : SSA_VAL (vro->op0);1582 tree tem = with_avail ? vn_valueize (vro->op1) : SSA_VAL (vro->op1);1591 tree tem = with_avail ? vn_valueize (vro->op2) : SSA_VAL (vro->op2);2243 vr1.vuse = vuse ? SSA_VAL (vuse) : NULL_TREE; in vn_reference_lookup_or_insert_for_pieces()2298 result = SSA_VAL (result); in vn_nary_build_or_lookup_1()[all …]