Searched refs:SILoc (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp2125 MemoryLocation SILoc = *MaybeSILoc; local
2126 assert(SILoc.Ptr && "SILoc should not be null");
2127 const Value *SILocUnd = GetUnderlyingObject(SILoc.Ptr, DL);
2130 if (isRemovable(SI) && State.storeIsNoop(KillingDef, SILoc, SILocUnd)) {
2166 KillingDef, Current, SILoc, DefVisibleToCallerBeforeRet,
2243 OverwriteResult OR = isOverwrite(SILoc, NILoc, DL, TLI, DepWriteOffset,

Completed in 149 milliseconds