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

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1413 size_t EstimateSearchSpaceComplexity() const;
2996 /// EstimateSearchSpaceComplexity - Estimate the worst-case number of
3000 size_t LSRInstance::EstimateSearchSpaceComplexity() const { function in class:LSRInstance
3021 if (EstimateSearchSpaceComplexity() >= ComplexityLimit) {
3084 if (EstimateSearchSpaceComplexity() >= ComplexityLimit) {
3169 if (EstimateSearchSpaceComplexity() >= ComplexityLimit) {
3189 while (EstimateSearchSpaceComplexity() >= ComplexityLimit) {
/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1731 size_t EstimateSearchSpaceComplexity() const;
3948 size_t LSRInstance::EstimateSearchSpaceComplexity() const { function in class:LSRInstance
3967 if (EstimateSearchSpaceComplexity() >= ComplexityLimit) {
4029 if (EstimateSearchSpaceComplexity() < ComplexityLimit)
4108 if (EstimateSearchSpaceComplexity() >= ComplexityLimit) {
4128 while (EstimateSearchSpaceComplexity() >= ComplexityLimit) {

Completed in 81 milliseconds