Lines Matching defs:OnlyStore
219 StoreInst *OnlyStore;
232 OnlyStore = nullptr;
254 OnlyStore = SI;
526 StoreInst *OnlyStore = Info.OnlyStore;
527 Value *ReplVal = OnlyStore->getOperand(0);
534 BasicBlock *StoreBB = OnlyStore->getParent();
542 if (UserInst == OnlyStore)
556 StoreIndex = LBI.getInstructionIndex(OnlyStore);
591 Info.OnlyStore, DIB, DbgAssignsToDelete, DVRAssignsToDelete);
598 ConvertDebugDeclareToDebugValue(DbgItem, Info.OnlyStore, DIB);
602 InsertDebugValueAtStoreLoc(DbgItem, Info.OnlyStore, DIB);
616 Info.OnlyStore->eraseFromParent();
617 LBI.deleteValue(Info.OnlyStore);