Lines Matching defs:UP
104 TTI::UnrollingPreferences &UP,
107 UP.Threshold =
109 UP.MaxCount = std::numeric_limits<unsigned>::max();
110 UP.Partial = true;
114 UP.BEInsns += 3;
117 UP.UnrollVectorizedLoop = true;
137 UP.Threshold = MetaThresholdValue->getSExtValue();
138 UP.PartialThreshold = UP.Threshold;
139 ThresholdPrivate = std::min(ThresholdPrivate, UP.Threshold);
140 ThresholdLocal = std::min(ThresholdLocal, UP.Threshold);
161 if (UP.Threshold < MaxBoost && Br->isConditional()) {
168 UP.Threshold += UnrollThresholdIf;
169 LLVM_DEBUG(dbgs() << "Set unroll threshold " << UP.Threshold
172 if (UP.Threshold >= MaxBoost)
192 if (UP.Threshold >= Threshold)
218 UP.Runtime = UnrollRuntimeLocal;
250 UP.Threshold = Threshold;
254 if (UP.Threshold >= MaxBoost)
261 UP.MaxIterationsCountToAnalyze = 32;
1330 TTI::UnrollingPreferences &UP,
1332 CommonTTI.getUnrollingPreferences(L, SE, UP, ORE);