Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/
H A Dtree-ssa-copy.c552 copy_prop_visit_assignment (tree stmt, tree *result_p) in copy_prop_visit_assignment() argument
577 *result_p = lhs; in copy_prop_visit_assignment()
578 if (set_copy_of_val (*result_p, rhs_val->value, rhs_val->mem_ref)) in copy_prop_visit_assignment()
604 *result_p = first_vdef (stmt); in copy_prop_visit_assignment()
682 copy_prop_visit_stmt (tree stmt, edge *taken_edge_p, tree *result_p) in copy_prop_visit_stmt() argument
700 retval = copy_prop_visit_assignment (stmt, result_p); in copy_prop_visit_stmt()
721 *result_p = TREE_OPERAND (stmt, 0); in copy_prop_visit_stmt()
H A Dtree-complex.c264 tree *result_p) in complex_visit_stmt() argument
281 *result_p = lhs; in complex_visit_stmt()