Class RewriteForLoopVectorization

java.lang.Object
org.apache.sysds.hops.rewrite.StatementBlockRewriteRule
org.apache.sysds.hops.rewrite.RewriteForLoopVectorization

public class RewriteForLoopVectorization extends StatementBlockRewriteRule
Rule: Simplify program structure by pulling if or else statement body out (removing the if statement block ifself) in order to allow intra-procedure analysis to propagate exact statistics.