Searched refs:is_tail_sentinel (Results 1 – 14 of 14) sorted by relevance
51 ; !node_a->is_tail_sentinel() in parameter_lists_match()57 if (node_b->is_tail_sentinel()) in parameter_lists_match()108 if (!node_b->is_tail_sentinel()) in parameter_lists_match()187 ; !node_a->is_tail_sentinel() && !node_b->is_tail_sentinel() in parameter_lists_match_exact()202 return (node_a->is_tail_sentinel() == node_b->is_tail_sentinel()); in parameter_lists_match_exact()
291 while (!ir->get_next()->is_tail_sentinel()) { in truncate_after_instruction()299 while (!ir->get_next()->is_tail_sentinel()) { 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()762 if(!next->is_tail_sentinel()) { in visit()794 for(ir_after = (ir_instruction*)ir->get_next(); !ir_after->is_tail_sentinel();) in visit()816 if(!ir->get_next()->is_tail_sentinel()) { in visit()
112 assert(!actual_ir_node->is_tail_sentinel()); in verify_parameter_modes()113 assert(!actual_ast_node->is_tail_sentinel()); in verify_parameter_modes()701 return (p->type->is_scalar() && p->next->is_tail_sentinel()); in single_scalar_parameter()1005 assert(first_param->next->is_tail_sentinel()); in emit_inline_matrix_constructor()1185 assert(!node->is_tail_sentinel()); in emit_inline_record_constructor()1274 if (node->is_tail_sentinel()) { in hir()1299 if (!node->is_tail_sentinel()) { in hir()
641 if (value->type->is_scalar() && value->next->is_tail_sentinel()) { in ir_constant()672 assert(value->next->is_tail_sentinel()); in ir_constant()701 assert(!value->is_tail_sentinel()); in ir_constant()868 if (node->is_tail_sentinel()) in get_record_field()983 while (!a_node->is_tail_sentinel()) { in has_value()984 assert(!b_node->is_tail_sentinel()); in has_value()
592 if (formal_param_node->is_tail_sentinel() in visit_enter()593 != actual_param_node->is_tail_sentinel()) { in visit_enter()597 if (formal_param_node->is_tail_sentinel()) { in visit_enter()
178 while (!ir_if->get_next()->is_tail_sentinel()) { in visit_leave()
168 if (!expr->next->is_tail_sentinel()) in print()
281 while (!actual_param_node->is_tail_sentinel()) { in visit_leave()
697 if (num_operands == 1 && !s_arg1->next->is_tail_sentinel()) { in read_expression()711 if (s_arg2->is_tail_sentinel() || !s_arg2->next->is_tail_sentinel()) { in read_expression()
92 assert(ret->next->is_tail_sentinel()); in replace_return_with_assignment()
185 bool is_tail_sentinel() const in is_tail_sentinel() function
361 ; !node->is_tail_sentinel() in clone()
152 assert(!inst->is_tail_sentinel()); in add_inst()229 while (!next->is_tail_sentinel()) { in add_barrier_deps()508 while (!next_block_header->is_tail_sentinel()) { in schedule_instructions()510 while (!next_block_header->is_tail_sentinel()) { in schedule_instructions()
1290 !scan_inst->is_tail_sentinel(); in propagate_constants()1600 !scan_inst->is_tail_sentinel(); in register_coalesce()1642 !scan_inst->is_tail_sentinel(); in register_coalesce()