Searched refs:which_loop (Results 1 – 2 of 2) sorted by relevance
50 std::string which_loop = inner_loop ? "j" : "i"; in operator <<() local53 return os << "a[" << which_loop << "]"; in operator <<()55 return os << "b[" << which_loop << "]"; in operator <<()57 return os << "c[" << which_loop << "]"; in operator <<()
55 std::string which_loop = inner_loop ? "inner" : "outer"; in VarRefToString() local70 << ", i64 %" << which_loop << "_ct\n"; in VarRefToString()