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.cpp359 const TargetTransformInfo &TTI, unsigned MaxUnrolledLoopSize, in analyzeLoopUnrollCost() argument
589 if (UnrolledCost > MaxUnrolledLoopSize) { in analyzeLoopUnrollCost()
592 << ", MaxUnrolledLoopSize: " << MaxUnrolledLoopSize in analyzeLoopUnrollCost()