Lines Matching refs:StoreInst
73 } else if (const StoreInst *SI = dyn_cast<StoreInst>(U)) { in isAllocaPromotable()
110 StoreInst *OnlyStore;
138 if (StoreInst *SI = dyn_cast<StoreInst>(User)) { in AnalyzeAlloca()
200 (isa<StoreInst>(I) && isa<AllocaInst>(I->getOperand(1))); in isInterestingInstruction()
327 if (isa<LoadInst>(I) || isa<StoreInst>(I)) in removeLifetimeIntrinsicUsers()
356 StoreInst *OnlyStore = Info.OnlyStore; in rewriteSingleStoreAlloca()
459 typedef SmallVector<std::pair<unsigned, StoreInst *>, 64> StoresByIndexTy; in promoteSingleBlockAlloca()
463 if (StoreInst *SI = dyn_cast<StoreInst>(U)) in promoteSingleBlockAlloca()
483 static_cast<StoreInst *>(nullptr)), in promoteSingleBlockAlloca()
501 StoreInst *SI = cast<StoreInst>(AI->user_back()); in promoteSingleBlockAlloca()
798 if (StoreInst *SI = dyn_cast<StoreInst>(I)) { in ComputeLiveInBlocks()
1038 } else if (StoreInst *SI = dyn_cast<StoreInst>(I)) { in RenamePass()