Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp524 bool HasBeenWrittenTo = false; in getPotentialCopiesOfMemoryValue() local
533 HasBeenWrittenTo, Range, SkipCB)) { in getPotentialCopiesOfMemoryValue()
541 if (IsLoad && !HasBeenWrittenTo && !Range.isUnassigned()) { in getPotentialCopiesOfMemoryValue()
H A DAttributorAttributes.cpp1097 function_ref<bool(const Access &, bool)> UserCB, bool &HasBeenWrittenTo, in forallInterferingAccesses()
1100 HasBeenWrittenTo = false; in forallInterferingAccesses()
1271 HasBeenWrittenTo = !DominatingWrites.empty(); in forallInterferingAccesses()
1323 if (!WriteChecked && HasBeenWrittenTo && in forallInterferingAccesses()
/src/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h6136 function_ref<bool(const Access &, bool)> CB, bool &HasBeenWrittenTo,