Searched refs:ComplexityLimit (Results 1 – 1 of 1) sorted by relevance
182 static cl::opt<unsigned> ComplexityLimit( variable4830 if (FSize >= ComplexityLimit) { in EstimateSearchSpaceComplexity()4831 Power = ComplexityLimit; in EstimateSearchSpaceComplexity()4835 if (Power >= ComplexityLimit) in EstimateSearchSpaceComplexity()4845 if (EstimateSearchSpaceComplexity() >= ComplexityLimit) { in NarrowSearchSpaceByDetectingSupersets()4913 if (EstimateSearchSpaceComplexity() < ComplexityLimit) in NarrowSearchSpaceByCollapsingUnrolledCode()4980 if (EstimateSearchSpaceComplexity() >= ComplexityLimit) { in NarrowSearchSpaceByRefilteringUndesirableDedicatedRegisters()5002 if (EstimateSearchSpaceComplexity() < ComplexityLimit) in NarrowSearchSpaceByFilterFormulaWithSameScaledReg()5099 if (EstimateSearchSpaceComplexity() < ComplexityLimit) in NarrowSearchSpaceByFilterPostInc()5135 if (EstimateSearchSpaceComplexity() < ComplexityLimit) in NarrowSearchSpaceByFilterPostInc()[all …]