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

  /external/chromium_org/third_party/mesa/src/src/glsl/
lower_jumps.cpp 165 unsigned nesting_depth; member in struct:loop_record
177 this->nesting_depth = 0;
214 unsigned nesting_depth; member in struct:function_record
222 this->nesting_depth = 0;
474 if(ir->get_next()->is_tail_sentinel() && (this->loop.nesting_depth == 0
475 || (this->loop.nesting_depth == 1 && this->loop.in_if_at_the_end_of_the_loop)))
482 if(this->function.nesting_depth == 0 && ir->get_next()->is_tail_sentinel())
514 if(this->loop.nesting_depth == 0 && ir->get_next()->is_tail_sentinel())
517 ++this->function.nesting_depth;
518 ++this->loop.nesting_depth;
    [all...]
  /external/mesa3d/src/glsl/
lower_jumps.cpp 165 unsigned nesting_depth; member in struct:loop_record
177 this->nesting_depth = 0;
214 unsigned nesting_depth; member in struct:function_record
222 this->nesting_depth = 0;
474 if(ir->get_next()->is_tail_sentinel() && (this->loop.nesting_depth == 0
475 || (this->loop.nesting_depth == 1 && this->loop.in_if_at_the_end_of_the_loop)))
482 if(this->function.nesting_depth == 0 && ir->get_next()->is_tail_sentinel())
514 if(this->loop.nesting_depth == 0 && ir->get_next()->is_tail_sentinel())
517 ++this->function.nesting_depth;
518 ++this->loop.nesting_depth;
    [all...]
  /art/compiler/dex/
mir_graph.h 265 uint16_t nesting_depth; member in struct:art::BasicBlock
mir_dataflow.cc     [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-darwin.c 6300 natural_t nesting_depth; member in struct:__anon29754
6323 natural_t nesting_depth; member in struct:__anon29755
    [all...]

Completed in 2239 milliseconds