Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp170 StoreInst *OnlyStore; member
182 OnlyStore = nullptr; in clear()
203 OnlyStore = SI; in AnalyzeAlloca()
444 StoreInst *OnlyStore = Info.OnlyStore; in rewriteSingleStoreAlloca() local
445 bool StoringGlobalVal = !isa<Instruction>(OnlyStore->getOperand(0)); in rewriteSingleStoreAlloca()
446 BasicBlock *StoreBB = OnlyStore->getParent(); in rewriteSingleStoreAlloca()
454 if (UserInst == OnlyStore) in rewriteSingleStoreAlloca()
468 StoreIndex = LBI.getInstructionIndex(OnlyStore); in rewriteSingleStoreAlloca()
485 Value *ReplVal = OnlyStore->getOperand(0); in rewriteSingleStoreAlloca()
503 Info.AssignmentTracking.updateForDeletedStore(Info.OnlyStore, DIB); in rewriteSingleStoreAlloca()
[all …]