Searched refs:m_dev_runtime (Results 1 – 2 of 2) sorted by relevance
103 : m_dev(nil), m_dev_type(), m_dev_runtime() {} function106 : m_dev(d), m_dev_type(), m_dev_runtime() {} function234 if (!m_dev_runtime.hasValue())235 m_dev_runtime = DeviceRuntime([m_dev runtime]);237 return m_dev_runtime.getValue();
174 llvm::Optional<DeviceRuntime> m_dev_runtime; variable