Searched refs:OnlyStore (Results 1 – 1 of 1) sorted by relevance
71 StoreInst *OnlyStore; member85 OnlyStore = 0; in clear()157 OnlyStore = &SI; in visitStoreInst()410 StoreInst *OnlyStore = Info.OnlyStore; in rewriteSingleStoreAlloca() local411 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 …]