Searched refs:ComplexityLimit (Results 1 – 1 of 1) sorted by relevance
178 static cl::opt<unsigned> ComplexityLimit( variable4432 if (FSize >= ComplexityLimit) { in EstimateSearchSpaceComplexity()4433 Power = ComplexityLimit; in EstimateSearchSpaceComplexity()4437 if (Power >= ComplexityLimit) in EstimateSearchSpaceComplexity()4447 if (EstimateSearchSpaceComplexity() >= ComplexityLimit) { in NarrowSearchSpaceByDetectingSupersets()4511 if (EstimateSearchSpaceComplexity() < ComplexityLimit) in NarrowSearchSpaceByCollapsingUnrolledCode()4578 if (EstimateSearchSpaceComplexity() >= ComplexityLimit) { in NarrowSearchSpaceByRefilteringUndesirableDedicatedRegisters()4600 if (EstimateSearchSpaceComplexity() < ComplexityLimit) in NarrowSearchSpaceByFilterFormulaWithSameScaledReg()4697 if (EstimateSearchSpaceComplexity() < ComplexityLimit) in NarrowSearchSpaceByFilterPostInc()4733 if (EstimateSearchSpaceComplexity() < ComplexityLimit) in NarrowSearchSpaceByFilterPostInc()[all …]