HomeSort by relevance Sort by last modified time
    Searched refs:nesting_depth (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/glsl/
lower_jumps.cpp 101 unsigned nesting_depth; member in struct:loop_record
113 this->nesting_depth = 0;
150 unsigned nesting_depth; member in struct:function_record
157 this->nesting_depth = 0;
267 if(ir->get_next()->is_tail_sentinel() && (this->loop.nesting_depth == 0
268 || (this->loop.nesting_depth == 1 && this->loop.in_if_at_the_end_of_the_loop)))
275 if(this->function.nesting_depth == 0 && ir->get_next()->is_tail_sentinel())
298 if(this->loop.nesting_depth == 0 && ir->get_next()->is_tail_sentinel())
301 ++this->function.nesting_depth;
302 ++this->loop.nesting_depth;
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-darwin.c 6275 natural_t nesting_depth; member in struct:__anon13966
6298 natural_t nesting_depth; member in struct:__anon13967
    [all...]

Completed in 45 milliseconds