Searched refs:MaxTripCount (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | LoopUnrollPass.cpp | 765 OptimizationRemarkEmitter *ORE, unsigned &TripCount, unsigned MaxTripCount, in computeUnrollCount() argument 829 unsigned FullUnrollMaxTripCount = MaxTripCount; in computeUnrollCount() 962 if (MaxTripCount && !UP.Force && MaxTripCount < UnrollMaxUpperBound) { in computeUnrollCount() 1031 if (MaxTripCount && UP.Count > MaxTripCount) in computeUnrollCount() 1032 UP.Count = MaxTripCount; in computeUnrollCount() 1140 unsigned MaxTripCount = 0; in tryToUnrollLoop() local 1143 MaxTripCount = SE.getSmallConstantMaxTripCount(L); in tryToUnrollLoop() 1151 L, TTI, DT, LI, SE, EphValues, &ORE, TripCount, MaxTripCount, MaxOrZero, in tryToUnrollLoop()
|
H A D | LoopUnrollAndJamPass.cpp | 170 unsigned MaxTripCount = 0; in computeUnrollAndJamCount() local 173 L, TTI, DT, LI, SE, EphValues, ORE, OuterTripCount, MaxTripCount, in computeUnrollAndJamCount()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/ |
H A D | UnrollLoop.h | 111 unsigned MaxTripCount, bool MaxOrZero,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 6007 unsigned MaxTripCount = PSE.getSE()->getSmallConstantMaxTripCount(TheLoop); in isMoreProfitable() local 6010 MaxTripCount) { in isMoreProfitable() 6018 int64_t RTCostA = CostA * divideCeil(MaxTripCount, A.Width.getFixedValue()); in isMoreProfitable() 6019 int64_t RTCostB = CostB * divideCeil(MaxTripCount, B.Width.getFixedValue()); in isMoreProfitable()
|