Searched refs:getUnrolledLoopSize (Results 1 – 1 of 1) sorted by relevance
762 getUnrolledLoopSize(const TargetTransformInfo::UnrollingPreferences &UP, in getUnrolledLoopSize() function in UnrollCostEstimator786 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()