Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp749 uint64_t getUnrolledLoopSize(TargetTransformInfo::UnrollingPreferences &UP) { in getUnrolledLoopSize() function in UnrollCostEstimator
793 if (UP.AllowRemainder && UCE.getUnrolledLoopSize(UP) < UP.Threshold) in computeUnrollCount()
805 UCE.getUnrolledLoopSize(UP) < PragmaUnrollThreshold) in computeUnrollCount()
811 if (UCE.getUnrolledLoopSize(UP) < PragmaUnrollThreshold) in computeUnrollCount()
858 if (UCE.getUnrolledLoopSize(UP) < UP.Threshold) { in computeUnrollCount()
901 if (UCE.getUnrolledLoopSize(UP) > UP.PartialThreshold) in computeUnrollCount()
916 UCE.getUnrolledLoopSize(UP) > UP.PartialThreshold) in computeUnrollCount()
1000 UCE.getUnrolledLoopSize(UP) > UP.PartialThreshold) in computeUnrollCount()