Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp98 SmallVector<Instruction*, 16> TheStores; member
107 if (TheStores.size() >= 4 || End-Start >= 16) return true; in isProfitableToUseMemset()
110 if (TheStores.size() < 2) return false; in isProfitableToUseMemset()
114 for (Instruction *SI : TheStores) in isProfitableToUseMemset()
120 if (TheStores.size() == 2) return false; in isProfitableToUseMemset()
144 return TheStores.size() > NumPointerStores+NumByteStores; in isProfitableToUseMemset()
210 R.TheStores.push_back(Inst); in addRange()
215 I->TheStores.push_back(Inst); in addRange()
242 I->TheStores.append(NextI->TheStores.begin(), NextI->TheStores.end()); in addRange()
380 if (Range.TheStores.size() == 1) continue; in INITIALIZE_PASS_DEPENDENCY()
[all …]