Home
last modified time | relevance | path

Searched refs:getLocForWrite (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp884 (getLocForWrite(&I) || isMemTerminatorInst(&I))) in DSEState()
1113 assert(getLocForWrite(I) && "Must have analyzable write"); in isRemovable()
1151 if (auto CC = getLocForWrite(UseInst)) in isCompleteOverwrite()
1163 auto MaybeLoc = getLocForWrite(Def->getMemoryInst()); in isWriteAtEndOfFunction()
1432 CurrentLoc = getLocForWrite(CurrentI); in getDomMemoryDef()
1821 auto DefLoc = getLocForWrite(DefI); in eliminateDeadWritesAtEndOfFunction()
2007 MemoryLocation Loc = *getLocForWrite(DeadI); in removePartiallyOverlappedStores()
2034 auto MaybeDefLoc = getLocForWrite(DefInst); in eliminateRedundantStoresOfExistingValues()
2056 MemoryLocation UpperLoc = *getLocForWrite(UpperInst); in eliminateRedundantStoresOfExistingValues()
2100 MaybeKillingLoc = State.getLocForWrite(KillingI); in eliminateDeadStores()
[all …]