Searched refs:get_next (Results 1 – 7 of 7) sorted by relevance
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()[all …]
178 while (!ir_if->get_next()->is_tail_sentinel()) { in visit_leave()179 ir_instruction *move_ir = (ir_instruction *) ir_if->get_next(); in visit_leave()
103 const exec_node *get_next() const in get_next() function108 exec_node *get_next() in get_next() function
551 def get_next(tb): function567 assert tb is get_next(tb2)581 assert get_next(tb3) is tb2589 assert tb is get_next(tb2)
307 def get_next(self): member in xmlCore393 next = property(get_next, None, None, "Next sibling node")
136 j = _tempfile._counter.get_next() # pylint: disable = E1101, W0212