Searched refs:ComplexityLimit (Results 1 – 1 of 1) sorted by relevance
158 static cl::opt<unsigned> ComplexityLimit( variable4326 if (FSize >= ComplexityLimit) { in EstimateSearchSpaceComplexity()4327 Power = ComplexityLimit; in EstimateSearchSpaceComplexity()4331 if (Power >= ComplexityLimit) in EstimateSearchSpaceComplexity()4341 if (EstimateSearchSpaceComplexity() >= ComplexityLimit) { in NarrowSearchSpaceByDetectingSupersets()4403 if (EstimateSearchSpaceComplexity() < ComplexityLimit) in NarrowSearchSpaceByCollapsingUnrolledCode()4470 if (EstimateSearchSpaceComplexity() >= ComplexityLimit) { in NarrowSearchSpaceByRefilteringUndesirableDedicatedRegisters()4492 if (EstimateSearchSpaceComplexity() < ComplexityLimit) in NarrowSearchSpaceByFilterFormulaWithSameScaledReg()4626 if (EstimateSearchSpaceComplexity() < ComplexityLimit) in NarrowSearchSpaceByDeletingCostlyFormulas()4726 while (EstimateSearchSpaceComplexity() >= ComplexityLimit) { in NarrowSearchSpaceByPickingWinnerRegs()