Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp762 getUnrolledLoopSize(const TargetTransformInfo::UnrollingPreferences &UP, in getUnrolledLoopSize() function in UnrollCostEstimator
786 UCE.getUnrolledLoopSize(UP, (unsigned)UnrollCount) < UP.Threshold) in shouldPragmaUnroll()
815 if (UCE.getUnrolledLoopSize(UP) < UP.Threshold) in shouldFullUnroll()
851 if (UCE.getUnrolledLoopSize(UP, count) > UP.PartialThreshold) in shouldPartialUnroll()
865 UCE.getUnrolledLoopSize(UP, count) > UP.PartialThreshold) in shouldPartialUnroll()
1073 UCE.getUnrolledLoopSize(UP) > UP.PartialThreshold) in computeUnrollCount()