Searched defs:MaxTripCount (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopUnrollPass.cpp | 798 unsigned MaxTripCount, const UnrollCostEstimator UCE, in shouldPragmaUnroll() 926 OptimizationRemarkEmitter *ORE, unsigned TripCount, unsigned MaxTripCount, in computeUnrollCount() 1285 unsigned MaxTripCount = 0; in tryToUnrollLoop() local
|
H A D | LoopUnrollAndJamPass.cpp | 166 unsigned MaxTripCount = 0; in computeUnrollAndJamCount() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LoopUnroll.cpp | 500 const unsigned MaxTripCount = SE->getSmallConstantMaxTripCount(L); in UnrollLoop() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 3894 unsigned MaxTripCount, ElementCount UserVF, bool FoldTailByMasking) { in computeFeasibleMaxVF() 4167 unsigned MaxTripCount, unsigned SmallestType, unsigned WidestType, in getMaximizedVFForTarget() 4300 unsigned MaxTripCount = PSE.getSE()->getSmallConstantMaxTripCount(OrigLoop); in isMoreProfitable() local
|
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 5419 int MaxTripCount = 0; in computeHeuristicUnrollFactor() local
|