Lines Matching defs:UCE
798 unsigned MaxTripCount, const UnrollCostEstimator UCE,
806 UCE.getUnrolledLoopSize(UP, (unsigned)UnrollCount) < UP.Threshold)
839 const unsigned FullUnrollTripCount, const UnrollCostEstimator UCE,
848 if (UCE.getUnrolledLoopSize(UP) < UP.Threshold)
868 const UnrollCostEstimator UCE,
884 if (UCE.getUnrolledLoopSize(UP, count) > UP.PartialThreshold)
898 UCE.getUnrolledLoopSize(UP, count) > UP.PartialThreshold)
927 bool MaxOrZero, unsigned TripMultiple, const UnrollCostEstimator &UCE,
931 unsigned LoopSize = UCE.getRolledLoopSize();
958 MaxTripCount, UCE, UP)) {
984 TripCount, UCE, UP)) {
1007 MaxTripCount, UCE, UP)) {
1029 if (auto UnrollFactor = shouldPartialUnroll(LoopSize, TripCount, UCE, UP)) {
1106 UCE.getUnrolledLoopSize(UP) > UP.PartialThreshold)
1230 UnrollCostEstimator UCE(L, TTI, EphValues, UP.BEInsns);
1231 if (!UCE.canUnroll()) {
1236 unsigned LoopSize = UCE.getRolledLoopSize();
1244 if (UCE.NumInlineCandidates != 0) {
1281 UP.AllowRemainder &= UCE.ConvergenceAllowsRuntime;
1297 MaxOrZero, TripMultiple, UCE, UP, PP, UseUpperBound);
1301 UP.Runtime &= UCE.ConvergenceAllowsRuntime;