Lines Matching refs:get_next
291 while (!ir->get_next()->is_tail_sentinel()) { in truncate_after_instruction()
292 ((ir_instruction *)ir->get_next())->remove(); in truncate_after_instruction()
299 while (!ir->get_next()->is_tail_sentinel()) { in move_outer_block_inside()
300 ir_instruction *move_ir = (ir_instruction *)ir->get_next(); in move_outer_block_inside()
474 if(ir->get_next()->is_tail_sentinel() && (this->loop.nesting_depth == 0 in should_lower_jump()
482 if(this->function.nesting_depth == 0 && ir->get_next()->is_tail_sentinel()) in should_lower_jump()
514 if(this->loop.nesting_depth == 0 && ir->get_next()->is_tail_sentinel()) in visit()
761 exec_node* next = ir->get_next(); in visit()
794 for(ir_after = (ir_instruction*)ir->get_next(); !ir_after->is_tail_sentinel();) in visit()
800 ir_instruction* ir_next = (ir_instruction*)ir_after->get_next(); in visit()
807 ir_after = (ir_instruction*)ir_after->get_next(); in visit()
816 if(!ir->get_next()->is_tail_sentinel()) { in visit()