Searched refs:OnlyStore (Results 1 – 1 of 1) sorted by relevance
170 StoreInst *OnlyStore; member182 OnlyStore = nullptr; in clear()203 OnlyStore = SI; in AnalyzeAlloca()444 StoreInst *OnlyStore = Info.OnlyStore; in rewriteSingleStoreAlloca() local445 bool StoringGlobalVal = !isa<Instruction>(OnlyStore->getOperand(0)); in rewriteSingleStoreAlloca()446 BasicBlock *StoreBB = OnlyStore->getParent(); in rewriteSingleStoreAlloca()454 if (UserInst == OnlyStore) in rewriteSingleStoreAlloca()468 StoreIndex = LBI.getInstructionIndex(OnlyStore); in rewriteSingleStoreAlloca()485 Value *ReplVal = OnlyStore->getOperand(0); in rewriteSingleStoreAlloca()503 Info.AssignmentTracking.updateForDeletedStore(Info.OnlyStore, DIB); in rewriteSingleStoreAlloca()[all …]