Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp158 static cl::opt<unsigned> ComplexityLimit( variable
4326 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()