Searched refs:ComplexityLimit (Results 1 – 2 of 2) sorted by relevance
7 ; ComplexityLimit.
3962 static const size_t ComplexityLimit = UINT16_MAX; variable3971 if (FSize >= ComplexityLimit) { in EstimateSearchSpaceComplexity()3972 Power = ComplexityLimit; in EstimateSearchSpaceComplexity()3976 if (Power >= ComplexityLimit) in EstimateSearchSpaceComplexity()3986 if (EstimateSearchSpaceComplexity() >= ComplexityLimit) { in NarrowSearchSpaceByDetectingSupersets()4048 if (EstimateSearchSpaceComplexity() < ComplexityLimit) in NarrowSearchSpaceByCollapsingUnrolledCode()4127 if (EstimateSearchSpaceComplexity() >= ComplexityLimit) { in NarrowSearchSpaceByRefilteringUndesirableDedicatedRegisters()4147 while (EstimateSearchSpaceComplexity() >= ComplexityLimit) { in NarrowSearchSpaceByPickingWinnerRegs()