Lines Matching full:unrolled

127                        cl::desc("Allows loops to be partially unrolled until "
146 cl::desc("Unrolled size limit for loops with an unroll(full) or "
153 "aggressively unrolled."));
157 cl::desc("Allow the loop remainder to be unrolled."));
170 cl::desc("Threshold (max size of unrolled loop) to use in aggressive (O3) "
175 cl::desc("Default threshold (max size of unrolled "
346 /// estimates this optimization. It computes cost of unrolled loop
381 // The estimated cost of the unrolled form of the loop. We try to estimate in analyzeLoopUnrollCost()
393 // this to recursively merge costs into the unrolled cost on-demand so that in analyzeLoopUnrollCost()
587 // If unrolled body turns out to be too big, bail out. in analyzeLoopUnrollCost()
673 "loop is rolled or unrolled."); in analyzeLoopUnrollCost()
846 // When computing the unrolled size, note that BEInsns are not replicated in shouldFullUnroll()
995 // loop tests remains the same compared to the non-unrolled version, whereas in computeUnrollCount()
1040 "unrolled size is too large."; in computeUnrollCount()
1052 "because unrolled size is too large."; in computeUnrollCount()
1178 // If this loop isn't forced to be unrolled, avoid unrolling it when the in tryToUnrollLoop()
1191 // If this loop isn't forced to be unrolled, avoid unrolling it when the in tryToUnrollLoop()
1275 // to do the first few instructions before we hit the unrolled loop in tryToUnrollLoop()
1379 // If loop has an unroll count pragma or unrolled by explicitly set count in tryToUnrollLoop()
1380 // mark loop as unrolled to prevent unrolling beyond that requested. in tryToUnrollLoop()
1471 // recreate dom info if anything gets unrolled. in getAnalysisUsage()
1619 // unrolled. in run()