Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp861 (getLocForWrite(&I) || isMemTerminatorInst(&I))) in DSEState()
1072 std::optional<MemoryLocation> getLocForWrite(Instruction *I) const { in getLocForWrite() function
1085 assert(getLocForWrite(I) && "Must have analyzable write"); in isRemovable()
1123 if (auto CC = getLocForWrite(UseInst)) in isCompleteOverwrite()
1135 auto MaybeLoc = getLocForWrite(Def->getMemoryInst()); in isWriteAtEndOfFunction()
1404 CurrentLoc = getLocForWrite(CurrentI); in getDomMemoryDef()
1777 auto DefLoc = getLocForWrite(DefI); in eliminateDeadWritesAtEndOfFunction()
1961 MemoryLocation Loc = *getLocForWrite(DeadI); in removePartiallyOverlappedStores()
1988 auto MaybeDefLoc = getLocForWrite(DefInst); in eliminateRedundantStoresOfExistingValues()
2010 MemoryLocation UpperLoc = *getLocForWrite(UpperInst); in eliminateRedundantStoresOfExistingValues()
[all …]