Searched defs:RegContent (Results 1 – 1 of 1) sorted by relevance
72 struct RegContent { struct76 RegContent() : reg(compiler::INVALID_REG), type(compiler::DataType::NO_TYPE) {} in RegContent() argument77 RegContent(compiler::Register r, compiler::DataType::Type t) : reg(r), type(t) {} in RegContent() argument