Home
last modified time | relevance | path

Searched refs:OnlyStore (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp109 StoreInst *OnlyStore; member
118 OnlyStore = nullptr; in clear()
138 OnlyStore = SI; in AnalyzeAlloca()
357 StoreInst *OnlyStore = Info.OnlyStore; in rewriteSingleStoreAlloca() local
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()
[all …]