Lines Matching refs:StoreInst
170 if (isa<StoreInst>(I)) in hasAnalyzableMemoryWrite()
211 if (StoreInst *SI = dyn_cast<StoreInst>(Inst)) in getLocForWrite()
243 if (StoreInst *SI = dyn_cast<StoreInst>(I)) in isRemovable()
281 if (isa<StoreInst>(I)) in isShortenableAtTheEnd()
754 StoreInst *Earlier, StoreInst *Later, int64_t InstWriteOffset, in tryToMergePartialOverlappingStores()
1263 if (auto SI = dyn_cast<StoreInst>(UseInst)) in isReadClobber()
1754 if (auto *SI = dyn_cast<StoreInst>(NI)) in isDSEBarrier()
1809 StoreInst *Store = dyn_cast<StoreInst>(Def->getMemoryInst()); in storeIsNoop()
1993 auto *Earlier = dyn_cast<StoreInst>(NI); in eliminateDeadStores()
1994 auto *Later = dyn_cast<StoreInst>(SI); in eliminateDeadStores()
2066 NumRemainingStores += isa<StoreInst>(&I); in run()
2108 NumRemainingStores += isa<StoreInst>(&I); in runOnFunction()