Searched refs:MAX_NESTING (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_predicated_break.cpp56 #define MAX_NESTING 128 macro
59 BITSET_WORD has_continue[BITSET_WORDS(MAX_NESTING)];
69 * flag. This simplifies most of the code. MAX_NESTING is chosen to be
74 if (s->depth < MAX_NESTING)
88 const unsigned i = MIN2(s->depth, MAX_NESTING - 1);
96 const unsigned i = MIN2(s->depth, MAX_NESTING - 1);

Completed in 2 milliseconds