Searched refs:in_loop_body_p (Results 1 – 3 of 3) sorted by relevance
3616 bool in_loop_body_p; member3640 p->in_loop_body_p = false; in push_switch()3678 gcc_assert (!cs->in_loop_body_p); in pop_switch()3691 if (switch_stack && !switch_stack->in_loop_body_p) in note_break_stmt()3704 bool ret = switch_stack->in_loop_body_p; in note_iteration_stmt_body_start()3705 switch_stack->in_loop_body_p = true; in note_iteration_stmt_body_start()3715 switch_stack->in_loop_body_p = prev; in note_iteration_stmt_body_end()
3819 bool in_loop_body_p; member3843 p->in_loop_body_p = false; in push_switch()3881 gcc_assert (!cs->in_loop_body_p); in pop_switch()3894 if (switch_stack && !switch_stack->in_loop_body_p) in note_break_stmt()3907 bool ret = switch_stack->in_loop_body_p; in note_iteration_stmt_body_start()3908 switch_stack->in_loop_body_p = true; in note_iteration_stmt_body_start()3918 switch_stack->in_loop_body_p = prev; in note_iteration_stmt_body_end()
350 and in_loop_body_p fields.353 and !break_stmt_seen_p. Assert in_loop_body_p is false.