Searched refs:getUnrolledLoopSize (Results 1 – 2 of 2) sorted by relevance
728 uint64_t UnrollCostEstimator::getUnrolledLoopSize( in getUnrolledLoopSize() function in UnrollCostEstimator807 UCE.getUnrolledLoopSize(UP, (unsigned)UnrollCount) < UP.Threshold) in shouldPragmaUnroll()849 if (UCE.getUnrolledLoopSize(UP) < UP.Threshold) in shouldFullUnroll()885 if (UCE.getUnrolledLoopSize(UP, count) > UP.PartialThreshold) in shouldPartialUnroll()899 UCE.getUnrolledLoopSize(UP, count) > UP.PartialThreshold) in shouldPartialUnroll()1107 UCE.getUnrolledLoopSize(UP) > UP.PartialThreshold) in computeUnrollCount()
153 getUnrolledLoopSize(const TargetTransformInfo::UnrollingPreferences &UP,