Searched refs:getUnrolledLoopSize (Results 1 – 2 of 2) sorted by relevance
727 uint64_t UnrollCostEstimator::getUnrolledLoopSize( in getUnrolledLoopSize() function in UnrollCostEstimator806 UCE.getUnrolledLoopSize(UP, (unsigned)UnrollCount) < UP.Threshold) in shouldPragmaUnroll()848 if (UCE.getUnrolledLoopSize(UP) < UP.Threshold) in shouldFullUnroll()884 if (UCE.getUnrolledLoopSize(UP, count) > UP.PartialThreshold) in shouldPartialUnroll()898 UCE.getUnrolledLoopSize(UP, count) > UP.PartialThreshold) in shouldPartialUnroll()1106 UCE.getUnrolledLoopSize(UP) > UP.PartialThreshold) in computeUnrollCount()
148 getUnrolledLoopSize(const TargetTransformInfo::UnrollingPreferences &UP,