Home
last modified time | relevance | path

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

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