Home
last modified time | relevance | path

Searched refs:getMutableProperties (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/flang/lib/Optimizer/Builder/
H A DMutableBox.cpp112 auto addrVar = box.getMutableProperties().addr; in readBaseAddress()
125 const auto &mutableProperties = box.getMutableProperties(); in readShape()
139 const auto &deferred = box.getMutableProperties().deferredParams; in readCharacterLength()
222 auto addrVar = box.getMutableProperties().addr; in setUnallocatedStatus()
285 const auto &mutableProperties = box.getMutableProperties(); in updateMutableProperties()
/llvm-project-15.0.7/flang/include/flang/Optimizer/Builder/
H A DBoxValue.h376 const MutableProperties &getMutableProperties() const { in getMutableProperties() function