Lines Matching refs:StoreInst
77 } else if (const StoreInst *SI = dyn_cast<StoreInst>(U)) { in isAllocaPromotable()
113 StoreInst *OnlyStore;
141 if (StoreInst *SI = dyn_cast<StoreInst>(User)) { in AnalyzeAlloca()
198 (isa<StoreInst>(I) && isa<AllocaInst>(I->getOperand(1))); in isInterestingInstruction()
332 if (isa<LoadInst>(I) || isa<StoreInst>(I)) in removeLifetimeIntrinsicUsers()
360 StoreInst *OnlyStore = Info.OnlyStore; in rewriteSingleStoreAlloca()
470 using StoresByIndexTy = SmallVector<std::pair<unsigned, StoreInst *>, 64>; in promoteSingleBlockAlloca()
474 if (StoreInst *SI = dyn_cast<StoreInst>(U)) in promoteSingleBlockAlloca()
494 static_cast<StoreInst *>(nullptr)), in promoteSingleBlockAlloca()
527 StoreInst *SI = cast<StoreInst>(AI->user_back()); in promoteSingleBlockAlloca()
815 if (StoreInst *SI = dyn_cast<StoreInst>(I)) { in ComputeLiveInBlocks()
980 } else if (StoreInst *SI = dyn_cast<StoreInst>(I)) { in RenamePass()