Lines Matching defs:UP
111 TTI::UnrollingPreferences &UP,
114 UP.Threshold =
116 UP.MaxCount = std::numeric_limits<unsigned>::max();
117 UP.Partial = true;
121 UP.BEInsns += 3;
124 UP.UnrollVectorizedLoop = true;
144 UP.Threshold = MetaThresholdValue->getSExtValue();
145 UP.PartialThreshold = UP.Threshold;
146 ThresholdPrivate = std::min(ThresholdPrivate, UP.Threshold);
147 ThresholdLocal = std::min(ThresholdLocal, UP.Threshold);
168 if (UP.Threshold < MaxBoost && Br->isConditional()) {
175 UP.Threshold += UnrollThresholdIf;
176 LLVM_DEBUG(dbgs() << "Set unroll threshold " << UP.Threshold
179 if (UP.Threshold >= MaxBoost)
199 if (UP.Threshold >= Threshold)
225 UP.Runtime = UnrollRuntimeLocal;
257 UP.Threshold = Threshold;
261 if (UP.Threshold >= MaxBoost)
268 UP.MaxIterationsCountToAnalyze = 32;
1395 TTI::UnrollingPreferences &UP,
1397 CommonTTI.getUnrollingPreferences(L, SE, UP, ORE);