Home
last modified time | relevance | path

Searched refs:ComplexityLimit (Results 1 – 2 of 2) sorted by relevance

/external/llvm/test/Transforms/LoopStrengthReduce/X86/
D2011-12-04-loserreg.ll7 ; ComplexityLimit.
/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp3962 static const size_t ComplexityLimit = UINT16_MAX; variable
3971 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()