Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dvar-tracking.c7127 dataflow_set *in = &VTI (bb)->in, *first_out = NULL; in vt_find_locations() local
7143 first_out = &VTI (e->src)->out; in vt_find_locations()
7166 in->vars = shared_hash_copy (first_out->vars); in vt_find_locations()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dvar-tracking.cc7147 dataflow_set *in = &VTI (bb)->in, *first_out = NULL; in vt_find_locations() local
7163 first_out = &VTI (e->src)->out; in vt_find_locations()
7186 in->vars = shared_hash_copy (first_out->vars); in vt_find_locations()