Home
last modified time | relevance | path

Searched defs:MaxTripCount (Results 1 – 5 of 5) sorted by relevance

/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp798 shouldPragmaUnroll(Loop * L,const PragmaInfo & PInfo,const unsigned TripMultiple,const unsigned TripCount,unsigned MaxTripCount,const UnrollCostEstimator UCE,const TargetTransformInfo::UnrollingPreferences & UP) shouldPragmaUnroll() argument
926 computeUnrollCount(Loop * L,const TargetTransformInfo & TTI,DominatorTree & DT,LoopInfo * LI,AssumptionCache * AC,ScalarEvolution & SE,const SmallPtrSetImpl<const Value * > & EphValues,OptimizationRemarkEmitter * ORE,unsigned TripCount,unsigned MaxTripCount,bool MaxOrZero,unsigned TripMultiple,const UnrollCostEstimator & UCE,TargetTransformInfo::UnrollingPreferences & UP,TargetTransformInfo::PeelingPreferences & PP,bool & UseUpperBound) computeUnrollCount() argument
1285 unsigned MaxTripCount = 0; tryToUnrollLoop() local
[all...]
H A DLoopUnrollAndJamPass.cpp166 unsigned MaxTripCount = 0; computeUnrollAndJamCount() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnroll.cpp500 const unsigned MaxTripCount = SE->getSmallConstantMaxTripCount(L); UnrollLoop() local
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4263 computeFeasibleMaxVF(unsigned MaxTripCount,ElementCount UserVF,bool FoldTailByMasking) computeFeasibleMaxVF() argument
4536 getMaximizedVFForTarget(unsigned MaxTripCount,unsigned SmallestType,unsigned WidestType,ElementCount MaxSafeVF,bool FoldTailByMasking) getMaximizedVFForTarget() argument
4672 unsigned MaxTripCount = PSE.getSE()->getSmallConstantMaxTripCount(OrigLoop); isMoreProfitable() local
[all...]
/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp5353 int MaxTripCount = 0; computeHeuristicUnrollFactor() local