Searched refs:getLocForWrite (Results 1 – 1 of 1) sorted by relevance
886 (getLocForWrite(&I) || isMemTerminatorInst(&I))) in DSEState()1112 std::optional<MemoryLocation> getLocForWrite(Instruction *I) const { in getLocForWrite() function1125 assert(getLocForWrite(I) && "Must have analyzable write"); in isRemovable()1163 if (auto CC = getLocForWrite(UseInst)) in isCompleteOverwrite()1432 CurrentLoc = getLocForWrite(CurrentI); in getDomMemoryDef()1818 auto DefLoc = getLocForWrite(DefI); in eliminateDeadWritesAtEndOfFunction()2061 MemoryLocation Loc = *getLocForWrite(DeadI); in removePartiallyOverlappedStores()2088 auto MaybeDefLoc = getLocForWrite(DefInst); in eliminateRedundantStoresOfExistingValues()2110 auto UpperLoc = getLocForWrite(UpperInst); in eliminateRedundantStoresOfExistingValues()2156 MaybeKillingLoc = State.getLocForWrite(KillingI); in eliminateDeadStores()[all …]