Home
last modified time | relevance | path

Searched refs:SSA_VAL (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-sccvn.cc532 SSA_VAL (tree x, bool *visited = NULL) in SSA_VAL() function
552 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 …]
H A DChangeLog-200714781 (simplify_binary_expression): Use SSA_VAL consistently.
H A DChangeLog-201811551 * tree-ssa-sccvn.c (SSA_VAL): Add visited output parameter.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-sccvn.c467 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 …]