Home
last modified time | relevance | path

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

/freebsd-14.2/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.cpp1096 function_ref<bool(const Access &, bool)> UserCB, bool &HasBeenWrittenTo, in forallInterferingAccesses()
1099 HasBeenWrittenTo = false; in forallInterferingAccesses()
1270 HasBeenWrittenTo = !DominatingWrites.empty(); in forallInterferingAccesses()
1322 if (!WriteChecked && HasBeenWrittenTo && in forallInterferingAccesses()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h6145 function_ref<bool(const Access &, bool)> CB, bool &HasBeenWrittenTo,