You have a temporary variable assigned to more than once, but is not a loop variable nor a collecting temporary variable.
Make a separate temporary variable for each assignment.
Any variable with more than one responsibility should be replaced with a temp for each responsibility.