The loop removing consists in transforming a loop into its body.
Example 61:
DO I=1,N A=cos(B) C=A*2 ENDDO
A=cos(B) C=A*2
The following functions are availables.