Searched refs:isReadClobber (Results 1 – 1 of 1) sorted by relevance
1170 if (isReadClobber(*MaybeLoc, UseInst)) { in isWriteAtEndOfFunction()1236 bool isReadClobber(const MemoryLocation &DefLoc, Instruction *UseInst) { in isReadClobber() function1388 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()