Searched refs:PGOString (Results 1 – 1 of 1) sorted by relevance
1273 std::string PGOString; in constructPGOLabelString() local1274 raw_string_ostream PGOSS(PGOString); in constructPGOLabelString()1308 return PGOString; in constructPGOLabelString()1334 std::string PGOString; in collectBBAddrMapLabels() local1337 PGOString = constructPGOLabelString(PGOIter->second, I); in collectBBAddrMapLabels()1339 Labels[BBAddress].push_back({LabelString, PGOString}); in collectBBAddrMapLabels()