Home
last modified time | relevance | path

Searched refs:MaxUnrolledLoopSize (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp358 const TargetTransformInfo &TTI, unsigned MaxUnrolledLoopSize, in analyzeLoopUnrollCost() argument
588 if (UnrolledCost > MaxUnrolledLoopSize) { in analyzeLoopUnrollCost()
591 << ", MaxUnrolledLoopSize: " << MaxUnrolledLoopSize in analyzeLoopUnrollCost()