Lines Matching refs:getLocForWrite
805 (getLocForWrite(&I) || isMemTerminatorInst(&I))) in DSEState()
993 Optional<MemoryLocation> getLocForWrite(Instruction *I) const { in getLocForWrite() function
1006 assert(getLocForWrite(I) && "Must have analyzable write"); in isRemovable()
1044 if (auto CC = getLocForWrite(UseInst)) in isCompleteOverwrite()
1056 auto MaybeLoc = getLocForWrite(Def->getMemoryInst()); in isWriteAtEndOfFunction()
1320 CurrentLoc = getLocForWrite(CurrentI); in getDomMemoryDef()
1693 auto DefLoc = getLocForWrite(DefI); in eliminateDeadWritesAtEndOfFunction()
1878 MemoryLocation Loc = *getLocForWrite(DeadI); in removePartiallyOverlappedStores()
1905 auto MaybeDefLoc = getLocForWrite(DefInst); in eliminateRedundantStoresOfExistingValues()
1927 MemoryLocation UpperLoc = *getLocForWrite(UpperInst); in eliminateRedundantStoresOfExistingValues()
1973 MaybeKillingLoc = State.getLocForWrite(KillingI); in eliminateDeadStores()
2037 MemoryLocation DeadLoc = *State.getLocForWrite(DeadI); in eliminateDeadStores()