Searched refs:ComplexityLimit (Results 1 – 2 of 2) sorted by relevance
7 ; ComplexityLimit.
180 static cl::opt<unsigned> ComplexityLimit( variable4521 if (FSize >= ComplexityLimit) { in EstimateSearchSpaceComplexity()4522 Power = ComplexityLimit; in EstimateSearchSpaceComplexity()4526 if (Power >= ComplexityLimit) in EstimateSearchSpaceComplexity()4536 if (EstimateSearchSpaceComplexity() >= ComplexityLimit) { in NarrowSearchSpaceByDetectingSupersets()4600 if (EstimateSearchSpaceComplexity() < ComplexityLimit) in NarrowSearchSpaceByCollapsingUnrolledCode()4667 if (EstimateSearchSpaceComplexity() >= ComplexityLimit) { in NarrowSearchSpaceByRefilteringUndesirableDedicatedRegisters()4689 if (EstimateSearchSpaceComplexity() < ComplexityLimit) in NarrowSearchSpaceByFilterFormulaWithSameScaledReg()4786 if (EstimateSearchSpaceComplexity() < ComplexityLimit) in NarrowSearchSpaceByFilterPostInc()4822 if (EstimateSearchSpaceComplexity() < ComplexityLimit) in NarrowSearchSpaceByFilterPostInc()[all …]