Lines Matching refs:UCE
778 const UnrollCostEstimator UCE, in shouldPragmaUnroll() argument
786 UCE.getUnrolledLoopSize(UP, (unsigned)UnrollCount) < UP.Threshold) in shouldPragmaUnroll()
806 const unsigned FullUnrollTripCount, const UnrollCostEstimator UCE, in shouldFullUnroll() argument
815 if (UCE.getUnrolledLoopSize(UP) < UP.Threshold) in shouldFullUnroll()
835 const UnrollCostEstimator UCE, in shouldPartialUnroll() argument
851 if (UCE.getUnrolledLoopSize(UP, count) > UP.PartialThreshold) in shouldPartialUnroll()
865 UCE.getUnrolledLoopSize(UP, count) > UP.PartialThreshold) in shouldPartialUnroll()
897 UnrollCostEstimator UCE(*L, LoopSize); in computeUnrollCount() local
924 UCE, UP)) { in computeUnrollCount()
950 TripCount, UCE, UP)) { in computeUnrollCount()
973 MaxTripCount, UCE, UP)) { in computeUnrollCount()
995 if (auto UnrollFactor = shouldPartialUnroll(LoopSize, TripCount, UCE, UP)) { in computeUnrollCount()
1072 UCE.getUnrolledLoopSize(UP) > UP.PartialThreshold) in computeUnrollCount()