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

/external/mesa3d/src/glsl/
H A Dlower_jumps.cpp101 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/
H A Dsyswrap-darwin.c6275 natural_t nesting_depth; member in struct:__anon14361
6284 req->address, req->nesting_depth, req->infoCnt);
6298 natural_t nesting_depth; member in struct:__anon14362
6309 reply->nesting_depth, reply->infoCnt);

Completed in 93 milliseconds