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