Searched refs:is_tail_sentinel (Results 1 – 11 of 11) sorted by relevance
96 ; !node_a->is_tail_sentinel() in parameter_lists_match()102 if (node_b->is_tail_sentinel()) in parameter_lists_match()156 if (!node_b->is_tail_sentinel()) in parameter_lists_match()197 ; !node_a->is_tail_sentinel() && !node_b->is_tail_sentinel() in parameter_lists_match_exact()212 return (node_a->is_tail_sentinel() == node_b->is_tail_sentinel()); in parameter_lists_match_exact()
205 while (!ir->get_next()->is_tail_sentinel()) { in truncate_after_instruction()213 while (!ir->get_next()->is_tail_sentinel()) { in move_outer_block_inside()267 if(ir->get_next()->is_tail_sentinel() && (this->loop.nesting_depth == 0 in should_lower_jump()275 if(this->function.nesting_depth == 0 && ir->get_next()->is_tail_sentinel()) in should_lower_jump()298 if(this->loop.nesting_depth == 0 && ir->get_next()->is_tail_sentinel()) in visit()451 if(!next->is_tail_sentinel()) { in visit()463 for(ir_after = (ir_instruction*)ir->get_next(); !ir_after->is_tail_sentinel();) in visit()482 if(!ir->get_next()->is_tail_sentinel()) { in visit()
80 while (!ir->get_next()->is_tail_sentinel()) in truncate_after_instruction()134 if (!ir->get_next()->is_tail_sentinel()) { in move_outer_block_inside()135 while (!ir->get_next()->is_tail_sentinel()) { in move_outer_block_inside()
117 discard->next->is_tail_sentinel()); in is_only_instruction()
553 if (value->type->is_scalar() && value->next->is_tail_sentinel()) { in ir_constant()584 assert(value->next->is_tail_sentinel()); in ir_constant()613 assert(!value->is_tail_sentinel()); in ir_constant()765 if (node->is_tail_sentinel()) in get_record_field()791 while (!a_node->is_tail_sentinel()) { in has_value()792 assert(!b_node->is_tail_sentinel()); in has_value()
136 if (!expr->next->is_tail_sentinel()) in print()
472 return (p->type->is_scalar() && p->next->is_tail_sentinel()); in single_scalar_parameter()776 assert(first_param->next->is_tail_sentinel()); in emit_inline_matrix_constructor()956 assert(!node->is_tail_sentinel()); in emit_inline_record_constructor()1208 if (node->is_tail_sentinel()) { in hir()1233 if (!node->is_tail_sentinel()) { in hir()
139 while (!ir_if->get_next()->is_tail_sentinel()) { in visit_leave()
189 bool is_tail_sentinel() const in is_tail_sentinel() function
104 assert(ret->next->is_tail_sentinel()); in replace_return_with_assignment()
335 ; !node->is_tail_sentinel() in clone()