Lines Matching refs:ComplexityLimit
178 static cl::opt<unsigned> ComplexityLimit( variable
4468 if (FSize >= ComplexityLimit) { in EstimateSearchSpaceComplexity()
4469 Power = ComplexityLimit; in EstimateSearchSpaceComplexity()
4473 if (Power >= ComplexityLimit) in EstimateSearchSpaceComplexity()
4483 if (EstimateSearchSpaceComplexity() >= ComplexityLimit) { in NarrowSearchSpaceByDetectingSupersets()
4547 if (EstimateSearchSpaceComplexity() < ComplexityLimit) in NarrowSearchSpaceByCollapsingUnrolledCode()
4614 if (EstimateSearchSpaceComplexity() >= ComplexityLimit) { in NarrowSearchSpaceByRefilteringUndesirableDedicatedRegisters()
4636 if (EstimateSearchSpaceComplexity() < ComplexityLimit) in NarrowSearchSpaceByFilterFormulaWithSameScaledReg()
4733 if (EstimateSearchSpaceComplexity() < ComplexityLimit) in NarrowSearchSpaceByFilterPostInc()
4769 if (EstimateSearchSpaceComplexity() < ComplexityLimit) in NarrowSearchSpaceByFilterPostInc()
4819 if (EstimateSearchSpaceComplexity() < ComplexityLimit) in NarrowSearchSpaceByDeletingCostlyFormulas()
4919 while (EstimateSearchSpaceComplexity() >= ComplexityLimit) { in NarrowSearchSpaceByPickingWinnerRegs()