Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp525 bool HasBeenWrittenTo = false; in getPotentialCopiesOfMemoryValue() local
534 HasBeenWrittenTo, Range, SkipCB)) { in getPotentialCopiesOfMemoryValue()
542 if (IsLoad && !HasBeenWrittenTo && !Range.isUnassigned()) { in getPotentialCopiesOfMemoryValue()
H A DAttributorAttributes.cpp1092 function_ref<bool(const Access &, bool)> UserCB, bool &HasBeenWrittenTo, in forallInterferingAccesses()
1095 HasBeenWrittenTo = false; in forallInterferingAccesses()
1266 HasBeenWrittenTo = !DominatingWrites.empty(); in forallInterferingAccesses()
1318 if (!WriteChecked && HasBeenWrittenTo && in forallInterferingAccesses()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h6250 function_ref<bool(const Access &, bool)> CB, bool &HasBeenWrittenTo,