Home
last modified time | relevance | path

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

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