Searched refs:OnlyStore (Results 1 – 1 of 1) sorted by relevance
113 StoreInst *OnlyStore; member123 OnlyStore = nullptr; in clear()145 OnlyStore = SI; in AnalyzeAlloca()360 StoreInst *OnlyStore = Info.OnlyStore; in rewriteSingleStoreAlloca() local361 bool StoringGlobalVal = !isa<Instruction>(OnlyStore->getOperand(0)); in rewriteSingleStoreAlloca()362 BasicBlock *StoreBB = OnlyStore->getParent(); 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()[all …]