Home
last modified time | relevance | path

Searched refs:getWrittenValue (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/polly/include/polly/
H A DZoneAlgo.h193 isl::union_map getWrittenValue(MemoryAccess *MA, isl::map AccRel);
/llvm-project-15.0.7/polly/lib/Transform/
H A DZoneAlgo.cpp415 isl::union_map ZoneAlgorithm::getWrittenValue(MemoryAccess *MA, in getWrittenValue() function in ZoneAlgorithm
462 isl::union_map WriteValInstance = getWrittenValue(MA, AccRel); in addArrayWriteAccess()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributor.cpp399 !isa_and_nonnull<UndefValue>(Acc.getWrittenValue())) { in getPotentialCopiesOfMemoryValue()
413 NewCopies.push_back(Acc.getWrittenValue()); in getPotentialCopiesOfMemoryValue()
H A DAttributorAttributes.cpp1193 if (Acc.getWrittenValue()) in dumpState()
1194 O << " - c: " << *Acc.getWrittenValue() << "\n"; in dumpState()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h5003 Value *getWrittenValue() const { return *Content; }