pub fn is_loop_termination_if(stmt: &Stmt<'_>) -> bool
if (...) break; as synthesized by the do-while lowering.
if (...) break;
do-while