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