reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
106 if (TheStores.size() >= 4 || End-Start >= 16) return true; 109 if (TheStores.size() < 2) return false; 113 for (Instruction *SI : TheStores) 119 if (TheStores.size() == 2) return false; 143 return TheStores.size() > NumPointerStores+NumByteStores; 209 R.TheStores.push_back(Inst); 214 I->TheStores.push_back(Inst); 241 I->TheStores.append(NextI->TheStores.begin(), NextI->TheStores.end()); 241 I->TheStores.append(NextI->TheStores.begin(), NextI->TheStores.end()); 241 I->TheStores.append(NextI->TheStores.begin(), NextI->TheStores.end()); 379 if (Range.TheStores.size() == 1) continue; 401 : Range.TheStores) dbgs() 405 if (!Range.TheStores.empty()) 406 AMemSet->setDebugLoc(Range.TheStores[0]->getDebugLoc()); 409 for (Instruction *SI : Range.TheStores) {