Searched refs:loop_progress (Results 1 – 2 of 2) sorted by relevance
218 bool loop_progress; in lower_make_visible() local220 loop_progress = false; in lower_make_visible()222 loop_progress |= lower_make_visible(loop_node, cur_modes); in lower_make_visible()223 progress |= loop_progress; in lower_make_visible()224 } while (loop_progress); in lower_make_visible()257 bool loop_progress; in lower_make_available() local259 loop_progress = false; in lower_make_available()261 loop_progress |= lower_make_available(loop_node, cur_modes); in lower_make_available()262 progress |= loop_progress; in lower_make_available()263 } while (loop_progress); in lower_make_available()
778 unsigned loop_progress = 0; in insert_wait_states() local795 if (loop_progress == loop_header_indices.size()) { in insert_wait_states()800 loop_progress = std::min<unsigned>(loop_progress, loop_header_indices.size()); in insert_wait_states()823 loop_progress = std::max<unsigned>(loop_progress, current.loop_nest_depth); in insert_wait_states()