pub fn on_conditional_branch<'a>( parents: &mut impl Iterator<Item = &'a Stmt>, ) -> bool
Check if a node is part of a conditional branch.