Searched refs:OnlyStore (Results 1 – 1 of 1) sorted by relevance
215 StoreInst *OnlyStore; member228 OnlyStore = nullptr; in clear()250 OnlyStore = SI; in AnalyzeAlloca()513 StoreInst *OnlyStore = Info.OnlyStore; in rewriteSingleStoreAlloca() local515 BasicBlock *StoreBB = OnlyStore->getParent(); in rewriteSingleStoreAlloca()523 if (UserInst == OnlyStore) in rewriteSingleStoreAlloca()537 StoreIndex = LBI.getInstructionIndex(OnlyStore); in rewriteSingleStoreAlloca()554 Value *ReplVal = OnlyStore->getOperand(0); in rewriteSingleStoreAlloca()573 Info.OnlyStore, DIB, DbgAssignsToDelete, DPVAssignsToDelete); in rewriteSingleStoreAlloca()594 Info.OnlyStore->eraseFromParent(); in rewriteSingleStoreAlloca()[all …]