Searched refs:ComplexityLimit (Results 1 – 2 of 2) sorted by relevance
7 ; ComplexityLimit.
4015 static const size_t ComplexityLimit = UINT16_MAX; variable4026 if (FSize >= ComplexityLimit) { in EstimateSearchSpaceComplexity()4027 Power = ComplexityLimit; in EstimateSearchSpaceComplexity()4031 if (Power >= ComplexityLimit) in EstimateSearchSpaceComplexity()4042 if (EstimateSearchSpaceComplexity() >= ComplexityLimit) { in NarrowSearchSpaceByDetectingSupersets()4105 if (EstimateSearchSpaceComplexity() < ComplexityLimit) in NarrowSearchSpaceByCollapsingUnrolledCode()4189 if (EstimateSearchSpaceComplexity() >= ComplexityLimit) { in NarrowSearchSpaceByRefilteringUndesirableDedicatedRegisters()4209 while (EstimateSearchSpaceComplexity() >= ComplexityLimit) { in NarrowSearchSpaceByPickingWinnerRegs()