Lines Matching refs:nesting_depth
167 unsigned nesting_depth; member
179 this->nesting_depth = 0; in loop_record()
216 unsigned nesting_depth; member
224 this->nesting_depth = 0; in function_record()
480 if(ir->get_next()->is_tail_sentinel() && (this->loop.nesting_depth == 0 in should_lower_jump()
481 || (this->loop.nesting_depth == 1 && this->loop.in_if_at_the_end_of_the_loop))) in should_lower_jump()
488 if(this->function.nesting_depth == 0 && ir->get_next()->is_tail_sentinel()) in should_lower_jump()
520 if(this->loop.nesting_depth == 0 && ir->get_next()->is_tail_sentinel()) in visit()
523 ++this->function.nesting_depth; in visit()
524 ++this->loop.nesting_depth; in visit()
830 --this->loop.nesting_depth; in visit()
831 --this->function.nesting_depth; in visit()
853 ++this->function.nesting_depth; in visit()
959 --this->function.nesting_depth; in visit()