Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp105 SmallVector<Instruction*, 16> TheStores; member
117 if (TheStores.size() < 2) return false; in isProfitableToUseMemset()
121 for (Instruction *SI : TheStores) in isProfitableToUseMemset()
127 if (TheStores.size() == 2) return false; in isProfitableToUseMemset()
151 return TheStores.size() > NumPointerStores+NumByteStores; in isProfitableToUseMemset()
217 R.TheStores.push_back(Inst); in addRange()
222 I->TheStores.push_back(Inst); in addRange()
249 I->TheStores.append(NextI->TheStores.begin(), NextI->TheStores.end()); in addRange()
478 if (Range.TheStores.size() == 1) continue; in tryMergingIntoMemset()
494 if (!Range.TheStores.empty()) in tryMergingIntoMemset()
[all …]