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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp373 OW_End, enumerator in enum:__anon4617::OverwriteResult
381 /// overwrites a store to the 'Earlier' location, 'OW_End' if the end of the
550 return OW_End;
1330 } else if ((OR == OW_End && isShortenableAtTheEnd(DepWrite)) ||
1339 bool IsOverwriteEnd = (OR == OW_End);

Completed in 168 milliseconds