Lines Matching refs:ComplexityLimit
183 static cl::opt<unsigned> ComplexityLimit( variable
4571 if (FSize >= ComplexityLimit) { in EstimateSearchSpaceComplexity()
4572 Power = ComplexityLimit; in EstimateSearchSpaceComplexity()
4576 if (Power >= ComplexityLimit) in EstimateSearchSpaceComplexity()
4586 if (EstimateSearchSpaceComplexity() >= ComplexityLimit) { in NarrowSearchSpaceByDetectingSupersets()
4650 if (EstimateSearchSpaceComplexity() < ComplexityLimit) in NarrowSearchSpaceByCollapsingUnrolledCode()
4717 if (EstimateSearchSpaceComplexity() >= ComplexityLimit) { in NarrowSearchSpaceByRefilteringUndesirableDedicatedRegisters()
4739 if (EstimateSearchSpaceComplexity() < ComplexityLimit) in NarrowSearchSpaceByFilterFormulaWithSameScaledReg()
4836 if (EstimateSearchSpaceComplexity() < ComplexityLimit) in NarrowSearchSpaceByFilterPostInc()
4872 if (EstimateSearchSpaceComplexity() < ComplexityLimit) in NarrowSearchSpaceByFilterPostInc()
4922 if (EstimateSearchSpaceComplexity() < ComplexityLimit) in NarrowSearchSpaceByDeletingCostlyFormulas()
5048 while (EstimateSearchSpaceComplexity() >= ComplexityLimit) { in NarrowSearchSpaceByPickingWinnerRegs()