Searched defs:MaxTripCount (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopUnrollPass.cpp | 799 unsigned MaxTripCount, const UnrollCostEstimator UCE, in shouldPragmaUnroll() 927 OptimizationRemarkEmitter *ORE, unsigned TripCount, unsigned MaxTripCount, in computeUnrollCount() 1286 unsigned MaxTripCount = 0; in tryToUnrollLoop() local
|
| H A D | LoopUnrollAndJamPass.cpp | 165 unsigned MaxTripCount = 0; in computeUnrollAndJamCount() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LoopUnroll.cpp | 496 const unsigned MaxTripCount = SE->getSmallConstantMaxTripCount(L); in UnrollLoop() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 3516 unsigned MaxTripCount, ElementCount UserVF, bool FoldTailByMasking) { in computeFeasibleMaxVF() 3850 unsigned MaxTripCount, unsigned SmallestType, unsigned WidestType, in getMaximizedVFForTarget() 3939 const unsigned MaxTripCount, in isMoreProfitable() 4003 const unsigned MaxTripCount = PSE.getSmallConstantMaxTripCount(); in isMoreProfitable() local 4465 unsigned MaxTripCount = 0; in selectEpilogueVectorizationFactor() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 5730 int MaxTripCount = 0; in computeHeuristicUnrollFactor() local
|