Lines Matching full:trip
11 // been canonicalized by the -indvars pass, allowing it to determine the trip
73 cl::desc("Unroll loops with run-time trip counts"));
115 // Default unroll count for loops with run-time trip count if
525 // We want to be able to scale offsets by the trip count and add more offsets
527 // analyze *massive* trip counts, so we force the max to be reasonably small.
875 // Runtime trip count.
878 // Conservative heuristic: if we know the trip count, see if we can
880 // try to find greatest modulo of the trip count which is still under
918 // Find trip count and trip multiple if count is not available
922 // latch for the trip count estimation. Otherwise insist on a single exiting
923 // block for the trip count estimation.
963 // trip count is known. Otherwise we rely on the standard threshold to
1006 // Don't unroll a runtime trip count loop with unroll full pragma.
1026 DEBUG(dbgs() << " will not try to unroll loop with runtime trip count "
1061 "because loop has a runtime trip count.");