Searched refs:inout_tag (Results 1 – 1 of 1) sorted by relevance
500 const char* inout_tag = (tag[1] == 'G') ? "output_reg" : "input_reg"; in Dump() local502 os << " " << inout_tag << "=" << i << ": " << Percent(stats.inout_[i], fields_total) << "\n"; in Dump()516 const char* inout_tag = (tag[1] == 'G') ? "output_reg" : "input_reg"; in Dump() local518 os << " " << inout_tag << "=" << i << ": " << Percent(stats.inout_[i], fields_total) << "\n"; in Dump()520 os << " " << inout_tag << "=other: " << Percent(stats.inout_other_, fields_total) << "\n"; in Dump()