Lines Matching full:unrolled
199 So the outer loop is essetially unrolled and then the inner loops are fused
213 necessary to create one and not fully unrolled).
453 // Now that all the basic blocks for the unrolled iterations are in place, in UnrollAndJamLoop()
455 // is the last unrolled iterations values. in UnrollAndJamLoop()
684 // @param UnrollLevel The level of the loop being unrolled
707 // dependence (or EQ, if we fully unrolled the loop) at the loop's position: in checkDependency()
733 // If the distance carried by the unrolled loop is 0, then after unrolling in checkDependency()
830 // Only loops with a single exit block can be unrolled and jammed. in isEligibleLoopForm()
836 "blocks can be unrolled and jammed.\n"); in isEligibleLoopForm()
840 // Only loops with a single exiting block can be unrolled and jammed. in isEligibleLoopForm()
843 "exiting blocks can be unrolled and jammed.\n"); in isEligibleLoopForm()
900 the Fore blocks of L on all unrolled iterations are safe to move before the in isSafeToUnrollAndJam()