Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/
Dtree-ssa-copy.c469 unsigned int dest_ver = SSA_NAME_VERSION (dest); in set_copy_of_val() local
474 old_first = copy_of[dest_ver].value; in set_copy_of_val()
475 copy_of[dest_ver].value = first; in set_copy_of_val()
476 copy_of[dest_ver].mem_ref = mem_ref; in set_copy_of_val()
492 old_last = cached_last_copy_of[dest_ver]; in set_copy_of_val()
494 cached_last_copy_of[dest_ver] = new_last; in set_copy_of_val()