Searched refs:ComplexityLimit (Results 1 – 1 of 1) sorted by relevance
183 static cl::opt<unsigned> ComplexityLimit( variable4854 if (FSize >= ComplexityLimit) { in EstimateSearchSpaceComplexity()4855 Power = ComplexityLimit; in EstimateSearchSpaceComplexity()4859 if (Power >= ComplexityLimit) in EstimateSearchSpaceComplexity()4869 if (EstimateSearchSpaceComplexity() >= ComplexityLimit) { in NarrowSearchSpaceByDetectingSupersets()4937 if (EstimateSearchSpaceComplexity() < ComplexityLimit) in NarrowSearchSpaceByCollapsingUnrolledCode()5004 if (EstimateSearchSpaceComplexity() >= ComplexityLimit) { in NarrowSearchSpaceByRefilteringUndesirableDedicatedRegisters()5026 if (EstimateSearchSpaceComplexity() < ComplexityLimit) in NarrowSearchSpaceByFilterFormulaWithSameScaledReg()5123 if (EstimateSearchSpaceComplexity() < ComplexityLimit) in NarrowSearchSpaceByFilterPostInc()5159 if (EstimateSearchSpaceComplexity() < ComplexityLimit) in NarrowSearchSpaceByFilterPostInc()[all …]