Lines Matching refs:OnlyStore
113 StoreInst *OnlyStore; member
123 OnlyStore = nullptr; in clear()
145 OnlyStore = SI; in AnalyzeAlloca()
360 StoreInst *OnlyStore = Info.OnlyStore; in rewriteSingleStoreAlloca() local
361 bool StoringGlobalVal = !isa<Instruction>(OnlyStore->getOperand(0)); in rewriteSingleStoreAlloca()
362 BasicBlock *StoreBB = OnlyStore->getParent(); in rewriteSingleStoreAlloca()
371 assert(UserInst == OnlyStore && "Should only have load/stores"); in rewriteSingleStoreAlloca()
386 StoreIndex = LBI.getInstructionIndex(OnlyStore); in rewriteSingleStoreAlloca()
404 Value *ReplVal = OnlyStore->getOperand(0); in rewriteSingleStoreAlloca()
430 ConvertDebugDeclareToDebugValue(DII, Info.OnlyStore, DIB); in rewriteSingleStoreAlloca()
435 Info.OnlyStore->eraseFromParent(); in rewriteSingleStoreAlloca()
436 LBI.deleteValue(Info.OnlyStore); in rewriteSingleStoreAlloca()