Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp113 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()
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 …]