Lines Matching refs:ComplexityLimit
180 static cl::opt<unsigned> ComplexityLimit( variable
4521 if (FSize >= ComplexityLimit) { in EstimateSearchSpaceComplexity()
4522 Power = ComplexityLimit; in EstimateSearchSpaceComplexity()
4526 if (Power >= ComplexityLimit) in EstimateSearchSpaceComplexity()
4536 if (EstimateSearchSpaceComplexity() >= ComplexityLimit) { in NarrowSearchSpaceByDetectingSupersets()
4600 if (EstimateSearchSpaceComplexity() < ComplexityLimit) in NarrowSearchSpaceByCollapsingUnrolledCode()
4667 if (EstimateSearchSpaceComplexity() >= ComplexityLimit) { in NarrowSearchSpaceByRefilteringUndesirableDedicatedRegisters()
4689 if (EstimateSearchSpaceComplexity() < ComplexityLimit) in NarrowSearchSpaceByFilterFormulaWithSameScaledReg()
4786 if (EstimateSearchSpaceComplexity() < ComplexityLimit) in NarrowSearchSpaceByFilterPostInc()
4822 if (EstimateSearchSpaceComplexity() < ComplexityLimit) in NarrowSearchSpaceByFilterPostInc()
4872 if (EstimateSearchSpaceComplexity() < ComplexityLimit) in NarrowSearchSpaceByDeletingCostlyFormulas()
4972 while (EstimateSearchSpaceComplexity() >= ComplexityLimit) { in NarrowSearchSpaceByPickingWinnerRegs()