Lines Matching refs:StoreInst
72 } else if (const StoreInst *SI = dyn_cast<StoreInst>(U)) { in isAllocaPromotable()
145 updateForDeletedStore(StoreInst *ToDelete, DIBuilder &DIB, in updateForDeletedStore()
215 StoreInst *OnlyStore;
247 if (StoreInst *SI = dyn_cast<StoreInst>(User)) { in AnalyzeAlloca()
311 (isa<StoreInst>(I) && isa<AllocaInst>(I->getOperand(1))); in isInterestingInstruction()
471 if (isa<LoadInst>(I) || isa<StoreInst>(I)) in removeIntrinsicUsers()
513 StoreInst *OnlyStore = Info.OnlyStore; in rewriteSingleStoreAlloca()
629 using StoresByIndexTy = SmallVector<std::pair<unsigned, StoreInst *>, 64>; in promoteSingleBlockAlloca()
633 if (StoreInst *SI = dyn_cast<StoreInst>(U)) in promoteSingleBlockAlloca()
652 std::make_pair(LoadIdx, static_cast<StoreInst *>(nullptr)), in promoteSingleBlockAlloca()
684 StoreInst *SI = cast<StoreInst>(AI->user_back()); in promoteSingleBlockAlloca()
998 if (StoreInst *SI = dyn_cast<StoreInst>(I)) { in ComputeLiveInBlocks()
1160 } else if (StoreInst *SI = dyn_cast<StoreInst>(I)) { in RenamePass()