Searched refs:OnlyStore (Results 1 – 3 of 3) sorted by relevance
114 StoreInst *OnlyStore; member124 OnlyStore = nullptr; in clear()146 OnlyStore = SI; in AnalyzeAlloca()361 StoreInst *OnlyStore = Info.OnlyStore; in rewriteSingleStoreAlloca() local362 bool StoringGlobalVal = !isa<Instruction>(OnlyStore->getOperand(0)); in rewriteSingleStoreAlloca()363 BasicBlock *StoreBB = OnlyStore->getParent(); in rewriteSingleStoreAlloca()372 assert(UserInst == OnlyStore && "Should only have load/stores"); in rewriteSingleStoreAlloca()387 StoreIndex = LBI.getInstructionIndex(OnlyStore); in rewriteSingleStoreAlloca()405 Value *ReplVal = OnlyStore->getOperand(0); in rewriteSingleStoreAlloca()431 ConvertDebugDeclareToDebugValue(DII, Info.OnlyStore, DIB); in rewriteSingleStoreAlloca()[all …]
100 StoreInst *OnlyStore; member110 OnlyStore = nullptr; in clear()132 OnlyStore = SI; in AnalyzeAlloca()340 StoreInst *OnlyStore = Info.OnlyStore; in rewriteSingleStoreAlloca() local341 bool StoringGlobalVal = !isa<Instruction>(OnlyStore->getOperand(0)); in rewriteSingleStoreAlloca()342 BasicBlock *StoreBB = OnlyStore->getParent(); in rewriteSingleStoreAlloca()351 assert(UserInst == OnlyStore && "Should only have load/stores"); in rewriteSingleStoreAlloca()366 StoreIndex = LBI.getInstructionIndex(OnlyStore); in rewriteSingleStoreAlloca()385 Value *ReplVal = OnlyStore->getOperand(0); in rewriteSingleStoreAlloca()405 ConvertDebugDeclareToDebugValue(DDI, Info.OnlyStore, DIB); in rewriteSingleStoreAlloca()[all …]
296 StoreInst *OnlyStore; member306 OnlyStore = 0; in clear()329 OnlyStore = SI; in AnalyzeAlloca()430 ConvertDebugDeclareToDebugValue(DDI, Info.OnlyStore, *DIB); in run()434 Info.OnlyStore->eraseFromParent(); in run()435 LBI.deleteValue(Info.OnlyStore); in run()834 StoreInst *OnlyStore = Info.OnlyStore; in RewriteSingleStoreAlloca() local835 bool StoringGlobalVal = !isa<Instruction>(OnlyStore->getOperand(0)); in RewriteSingleStoreAlloca()836 BasicBlock *StoreBB = OnlyStore->getParent(); in RewriteSingleStoreAlloca()845 assert(UserInst == OnlyStore && "Should only have load/stores"); in RewriteSingleStoreAlloca()[all …]