Lines Matching full:unroll
19 #define DEBUG_TYPE "loop-unroll"
114 /// Unroll the given loop by Count. The loop must be in LCSSA form. Returns true
144 DEBUG(dbgs() << " Can't unroll; loop preheader-insertion failed.\n");
150 DEBUG(dbgs() << " Can't unroll; loop exit-block-insertion failed.\n");
156 DEBUG(dbgs() << " Can't unroll; Loop body cannot be cloned.\n");
166 " Can't unroll; loop not terminated by a conditional branch.\n");
173 " Won't unroll loop: address of header block is taken.\n");
187 // Don't enter the unroll code if there is nothing to do. This way we don't
200 // figure out the loop trip count and the unroll-runtime
365 // For a complete unroll, make the last iteration end with a branch