Searched refs:MaxHeaderSize (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopRotation.cpp | 96 unsigned MaxHeaderSize; member in __anon4c518e330111::LoopRotateLegacyPass 106 MaxHeaderSize = DefaultRotationThreshold; in LoopRotateLegacyPass() 108 MaxHeaderSize = unsigned(SpecifiedMaxHeaderSize); in LoopRotateLegacyPass() 146 : MaxHeaderSize; in runOnLoop() 165 Pass *llvm::createLoopRotatePass(int MaxHeaderSize, bool PrepareForLTO) { in INITIALIZE_PASS_DEPENDENCY() 166 return new LoopRotateLegacyPass(MaxHeaderSize, PrepareForLTO); in INITIALIZE_PASS_DEPENDENCY()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LoopRotationUtils.cpp | 61 const unsigned MaxHeaderSize; member in __anonb528d03f0111::LoopRotate 74 LoopRotate(unsigned MaxHeaderSize, LoopInfo *LI, in LoopRotate() argument 79 : MaxHeaderSize(MaxHeaderSize), LI(LI), TTI(TTI), AC(AC), DT(DT), SE(SE), in LoopRotate() 465 if (Metrics.NumInsts > MaxHeaderSize) { in rotateLoop() 469 << MaxHeaderSize << " instructions): "; in rotateLoop()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/ |
| H A D | Scalar.h | 68 Pass *createLoopRotatePass(int MaxHeaderSize = -1, bool PrepareForLTO = false);
|