Lines Matching refs:OnlyStore
109 StoreInst *OnlyStore; member
118 OnlyStore = nullptr; in clear()
138 OnlyStore = SI; in AnalyzeAlloca()
357 StoreInst *OnlyStore = Info.OnlyStore; in rewriteSingleStoreAlloca() local
358 bool StoringGlobalVal = !isa<Instruction>(OnlyStore->getOperand(0)); in rewriteSingleStoreAlloca()
359 BasicBlock *StoreBB = OnlyStore->getParent(); in rewriteSingleStoreAlloca()
367 if (UserInst == OnlyStore) in rewriteSingleStoreAlloca()
381 StoreIndex = LBI.getInstructionIndex(OnlyStore); in rewriteSingleStoreAlloca()
398 Value *ReplVal = OnlyStore->getOperand(0); in rewriteSingleStoreAlloca()
425 ConvertDebugDeclareToDebugValue(DII, Info.OnlyStore, DIB); in rewriteSingleStoreAlloca()
432 Info.OnlyStore->eraseFromParent(); in rewriteSingleStoreAlloca()
433 LBI.deleteValue(Info.OnlyStore); in rewriteSingleStoreAlloca()