Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp71 StoreInst *OnlyStore; member
85 OnlyStore = 0; in clear()
157 OnlyStore = &SI; in visitStoreInst()
410 StoreInst *OnlyStore = Info.OnlyStore; in rewriteSingleStoreAlloca() local
411 bool StoringGlobalVal = !isa<Instruction>(OnlyStore->getOperand(0)); in rewriteSingleStoreAlloca()
412 BasicBlock *StoreBB = OnlyStore->getParent(); in rewriteSingleStoreAlloca()
421 assert(UserInst == OnlyStore && "Should only have load/stores"); in rewriteSingleStoreAlloca()
436 StoreIndex = LBI.getInstructionIndex(OnlyStore); in rewriteSingleStoreAlloca()
455 Value *ReplVal = OnlyStore->getOperand(0); in rewriteSingleStoreAlloca()
475 ConvertDebugDeclareToDebugValue(DDI, Info.OnlyStore, DIB); in rewriteSingleStoreAlloca()
[all …]