Searched refs:ComplexityLimit (Results 1 – 1 of 1) sorted by relevance
182 static cl::opt<unsigned> ComplexityLimit( variable4541 if (FSize >= ComplexityLimit) { in EstimateSearchSpaceComplexity()4542 Power = ComplexityLimit; in EstimateSearchSpaceComplexity()4546 if (Power >= ComplexityLimit) in EstimateSearchSpaceComplexity()4556 if (EstimateSearchSpaceComplexity() >= ComplexityLimit) { in NarrowSearchSpaceByDetectingSupersets()4620 if (EstimateSearchSpaceComplexity() < ComplexityLimit) in NarrowSearchSpaceByCollapsingUnrolledCode()4687 if (EstimateSearchSpaceComplexity() >= ComplexityLimit) { in NarrowSearchSpaceByRefilteringUndesirableDedicatedRegisters()4709 if (EstimateSearchSpaceComplexity() < ComplexityLimit) in NarrowSearchSpaceByFilterFormulaWithSameScaledReg()4806 if (EstimateSearchSpaceComplexity() < ComplexityLimit) in NarrowSearchSpaceByFilterPostInc()4842 if (EstimateSearchSpaceComplexity() < ComplexityLimit) in NarrowSearchSpaceByFilterPostInc()[all …]