Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp747 uint64_t getUnrolledLoopSize(TargetTransformInfo::UnrollingPreferences &UP) { in getUnrolledLoopSize() function in UnrollCostEstimator
779 if (UP.AllowRemainder && UCE.getUnrolledLoopSize(UP) < UP.Threshold) in computeUnrollCount()
791 UCE.getUnrolledLoopSize(UP) < PragmaUnrollThreshold) in computeUnrollCount()
797 if (UCE.getUnrolledLoopSize(UP) < PragmaUnrollThreshold) in computeUnrollCount()
846 if (UCE.getUnrolledLoopSize(UP) < UP.Threshold) { in computeUnrollCount()
893 if (UCE.getUnrolledLoopSize(UP) > UP.PartialThreshold) in computeUnrollCount()
908 UCE.getUnrolledLoopSize(UP) > UP.PartialThreshold) in computeUnrollCount()
992 UCE.getUnrolledLoopSize(UP) > UP.PartialThreshold) in computeUnrollCount()