Searched refs:MaxTC (Results 1 – 2 of 2) sorted by relevance
3641 unsigned MaxTC = PSE.getSmallConstantMaxTripCount(); in computeMaxVF() local3643 if (TC != ElementCount::getFixed(MaxTC)) in computeMaxVF()3644 LLVM_DEBUG(dbgs() << "LV: Found maximum trip count: " << MaxTC << '\n'); in computeMaxVF()3670 return computeFeasibleMaxVF(MaxTC, UserVF, false); in computeMaxVF()3709 FixedScalableVFPair MaxFactors = computeFeasibleMaxVF(MaxTC, UserVF, true); in computeMaxVF()
4749 unsigned MaxTC = SE.getSmallConstantMaxTripCount(L); in shouldUnrollMultiExitLoop() local4750 if (MaxTC > 0 && MaxTC <= 32) in shouldUnrollMultiExitLoop()