Lines Matching defs:UP
5519 TargetTransformInfo::UnrollingPreferences UP = gatherUnrollingPreferences(
5530 UP.Force = true;
5534 UP.Threshold *= UnrollThresholdFactor;
5535 UP.PartialThreshold *= UnrollThresholdFactor;
5539 UP.OptSizeThreshold = UP.Threshold;
5540 UP.PartialOptSizeThreshold = UP.PartialThreshold;
5543 << " Threshold=" << UP.Threshold << "\n"
5544 << " PartialThreshold=" << UP.PartialThreshold << "\n"
5545 << " OptSizeThreshold=" << UP.OptSizeThreshold << "\n"
5547 << UP.PartialOptSizeThreshold << "\n");
5581 UnrollCostEstimator UCE(L, TTI, EphValues, UP.BEInsns);
5601 MaxTripCount, MaxOrZero, TripMultiple, UCE, UP, PP,
5603 unsigned Factor = UP.Count;