Searched refs:mSourceOperandToConstantReference (Results 1 – 2 of 2) sorted by relevance
752 mSourceOperandToConstantReference(std::move(sourceOperandToConstantReference)), in Controller()1052 const auto& sourceOperandToConstantReference = controller->mSourceOperandToConstantReference; in getBuffer()1178 controller->mSourceOperandToOutputIndex, controller->mSourceOperandToConstantReference); in nextCompound()1197 mSourceOperandToConstantReference.count(innerOperand), in setInput()1203 mSourceOperandToConstantReference.erase(innerOperand); in setInput()1213 } else if (auto it = mSourceOperandToConstantReference.find(outerOperand); in setInput()1214 it != mSourceOperandToConstantReference.end()) { in setInput()1215 mSourceOperandToConstantReference.emplace(innerOperand, it->second); in setInput()
498 std::map<SourceOperandIndex, ConstantReferenceLocation> mSourceOperandToConstantReference; variable