Home
last modified time | relevance | path

Searched refs:set_copy_of_val (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/gcc/
Dtree-ssa-copy.c467 set_copy_of_val (tree dest, tree first, tree mem_ref) in set_copy_of_val() function
578 if (set_copy_of_val (*result_p, rhs_val->value, rhs_val->mem_ref)) in copy_prop_visit_assignment()
597 changed |= set_copy_of_val (vdef, rhs_val->value, lhs); in copy_prop_visit_assignment()
717 changed = set_copy_of_val (TREE_OPERAND (stmt, 0), in copy_prop_visit_stmt()
753 set_copy_of_val (def, def, NULL_TREE); in copy_prop_visit_stmt()
853 if (phi_val.value && set_copy_of_val (lhs, phi_val.value, phi_val.mem_ref)) in copy_prop_visit_phi_node()
924 set_copy_of_val (def, def, NULL_TREE); in init_copy_prop()
938 set_copy_of_val (def, def, NULL_TREE); in init_copy_prop()
DChangeLog-200525018 get_last_copy_of, set_copy_of_val, dump_copy_of,