Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_predicated_break.cpp59 BITSET_WORD has_continue[BITSET_WORDS(MAX_NESTING)]; member
75 BITSET_CLEAR(s->has_continue, s->depth); in enter_loop()
90 BITSET_SET(s->has_continue, i); in set_continue()
94 has_continue(const struct loop_continue_tracking *s) in has_continue() function
98 return BITSET_TEST(s->has_continue, i); in has_continue()
195 !has_continue(&state)) { in opt_predicated_break()