This patch introduces two parameters AllowPreLoopInsertion and AllowPostLoopInsertion
which allow to reject IRCE transformation in case if we need a pre- or postloop insertion.
This allows to make a lightweight version of IRCE that does not duplicate loop body and
does not increase code size.