Lines Matching defs:OnlyStore
217 StoreInst *OnlyStore;
230 OnlyStore = nullptr;
252 OnlyStore = SI;
527 StoreInst *OnlyStore = Info.OnlyStore;
528 Value *ReplVal = OnlyStore->getOperand(0);
535 BasicBlock *StoreBB = OnlyStore->getParent();
543 if (UserInst == OnlyStore)
557 StoreIndex = LBI.getInstructionIndex(OnlyStore);
592 Info.OnlyStore, DIB, DbgAssignsToDelete, DVRAssignsToDelete);
599 ConvertDebugDeclareToDebugValue(DbgItem, Info.OnlyStore, DIB);
613 Info.OnlyStore->eraseFromParent();
614 LBI.deleteValue(Info.OnlyStore);