Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp798 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 DLoopUnrollAndJamPass.cpp166 unsigned MaxTripCount = 0; in computeUnrollAndJamCount() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnroll.cpp500 const unsigned MaxTripCount = SE->getSmallConstantMaxTripCount(L); in UnrollLoop() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3894 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 DOMPIRBuilder.cpp5419 int MaxTripCount = 0; in computeHeuristicUnrollFactor() local