Searched refs:get_last_copy_of (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/gcc/
H A Dtree-ssa-copy.c424 get_last_copy_of (tree var) function
493 new_last = get_last_copy_of (dest);
636 tree op0 = get_last_copy_of (TREE_OPERAND (cond, 0));
637 tree op1 = get_last_copy_of (TREE_OPERAND (cond, 1));
813 if (arg == lhs || get_last_copy_of (arg) == lhs)
842 if (get_last_copy_of (phi_val.value) != get_last_copy_of (arg)
963 tmp[i].value = get_last_copy_of (var);

Completed in 412 milliseconds