Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp805 (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()
1973 MaybeKillingLoc = State.getLocForWrite(KillingI); in eliminateDeadStores()
[all …]