Lines Matching full:unrolled
18 // unrolled loop to execute the 'left over' iterations before or after the
19 // unrolled loop.
50 "Number of loops unrolled with run-time trip counts");
60 // we do not enter the unrolled loop at all.
64 // Probability that the loop trip count is so small that we skip the unrolled
182 // Add the branch to the exit block (around the unrolled loop) in ConnectProlog()
376 // Copy information from original loop to unrolled loop. in CloneLoopBlocks()
444 // unrolled. in CloneLoopBlocks()
473 // The main pain point with multi-exit loop unrolling is that once unrolled, in canProfitablyUnrollMultiExitLoop()
475 // There are branches within the unrolled loop that go to the OtherExits. in canProfitablyUnrollMultiExitLoop()
483 // 1. low number of branches in the unrolled version. in canProfitablyUnrollMultiExitLoop()
486 // limits the total number of branches in the unrolled loop to be atmost in canProfitablyUnrollMultiExitLoop()
645 // be unrolled than relying on induction var simplification. in UnrollRuntimeLoopRemainder()