Searched refs:ComplexityLimit (Results 1 – 1 of 1) sorted by relevance
178 static cl::opt<unsigned> ComplexityLimit( variable4468 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()[all …]