Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp1759 size_t EstimateSearchSpaceComplexity() const;
4021 size_t LSRInstance::EstimateSearchSpaceComplexity() const { in EstimateSearchSpaceComplexity() function in LSRInstance
4042 if (EstimateSearchSpaceComplexity() >= ComplexityLimit) { in NarrowSearchSpaceByDetectingSupersets()
4105 if (EstimateSearchSpaceComplexity() < ComplexityLimit) in NarrowSearchSpaceByCollapsingUnrolledCode()
4189 if (EstimateSearchSpaceComplexity() >= ComplexityLimit) { in NarrowSearchSpaceByRefilteringUndesirableDedicatedRegisters()
4209 while (EstimateSearchSpaceComplexity() >= ComplexityLimit) { in NarrowSearchSpaceByPickingWinnerRegs()