Lines Matching defs:TheStores
102 /// TheStores - The actual stores that make up this range.
103 SmallVector<Instruction *, 16> TheStores;
112 if (TheStores.size() >= 4 || End - Start >= 16)
116 if (TheStores.size() < 2)
121 for (Instruction *SI : TheStores)
127 if (TheStores.size() == 2)
152 return TheStores.size() > NumPointerStores + NumByteStores;
218 R.TheStores.push_back(Inst);
223 I->TheStores.push_back(Inst);
250 I->TheStores.append(NextI->TheStores.begin(), NextI->TheStores.end());
458 if (Range.TheStores.size() == 1)
471 AMemSet->mergeDIAssignID(Range.TheStores);
474 : Range.TheStores) dbgs()
477 if (!Range.TheStores.empty())
478 AMemSet->setDebugLoc(Range.TheStores[0]->getDebugLoc());
488 for (Instruction *SI : Range.TheStores)