Searched refs:OnlyStore (Results 1 – 1 of 1) sorted by relevance
109 StoreInst *OnlyStore; member118 OnlyStore = nullptr; in clear()138 OnlyStore = SI; in AnalyzeAlloca()357 StoreInst *OnlyStore = Info.OnlyStore; in rewriteSingleStoreAlloca() local359 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()[all …]