Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp1170 if (isReadClobber(*MaybeLoc, UseInst)) { in isWriteAtEndOfFunction()
1236 bool isReadClobber(const MemoryLocation &DefLoc, Instruction *UseInst) { in isReadClobber() function
1388 if (!isa<IntrinsicInst>(CurrentI) && isReadClobber(KillingLoc, CurrentI)) in getDomMemoryDef()
1395 isReadClobber(KillingLoc, UseOrDef->getMemoryInst()); in getDomMemoryDef()
1543 if (isReadClobber(MaybeDeadLoc, UseInst)) { in getDomMemoryDef()
2023 if (!IsRedundantStore() || isReadClobber(*MaybeDefLoc, DefInst)) in eliminateRedundantStoresOfExistingValues()