Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dvar-tracking.cc7105 int curr_start = -1; in vt_find_locations() local
7109 curr_start = curr_end + 1; in vt_find_locations()
7115 for (int i = curr_start; i <= curr_end; ++i) in vt_find_locations()
7229 gcc_assert (bb_order[e->dest->index] >= curr_start); in vt_find_locations()