Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp899 (State.getLocForWriteEx(&I) || State.isMemTerminatorInst(&I))) in get()
1066 Optional<MemoryLocation> getLocForWriteEx(Instruction *I) const { in getLocForWriteEx() function
1120 if (auto CC = getLocForWriteEx(UseInst)) in isCompleteOverwrite()
1132 auto MaybeLoc = getLocForWriteEx(Def->getMemoryInst()); in isWriteAtEndOfFunction()
1392 CurrentLoc = getLocForWriteEx(CurrentI); in getDomMemoryDef()
1739 auto DefLoc = getLocForWriteEx(DefI); in eliminateDeadWritesAtEndOfFunction()
1857 MaybeSILoc = State.getLocForWriteEx(SI); in eliminateDeadStores()
1925 MemoryLocation NILoc = *State.getLocForWriteEx(NI); in eliminateDeadStores()