Searched refs:then_progress (Results 1 – 1 of 1) sorted by relevance
103 bool progress, then_progress, else_progress; in lower_returns_in_if() local108 then_progress = lower_returns_in_cf_list(&if_stmt->then_list, state); in lower_returns_in_if()110 progress = then_progress || else_progress; in lower_returns_in_if()133 if (then_progress && else_progress) { in lower_returns_in_if()136 } else if (then_progress) { in lower_returns_in_if()