Searched refs:PGOSS (Results 1 – 1 of 1) sorted by relevance
197 raw_string_ostream PGOSS(PGOString); in constructPGOLabelString() local199 PGOSS << " ("; in constructPGOLabelString()201 PGOSS << "Entry count: " << Twine(PGOMap.FuncEntryCount); in constructPGOLabelString()203 PGOSS << ", "; in constructPGOLabelString()215 PGOSS << "Frequency: "; in constructPGOLabelString()217 printRelativeBlockFreq(PGOSS, PGOMap.BBEntries.front().BlockFreq, in constructPGOLabelString()220 PGOSS << Twine(PGOBBEntry.BlockFreq.getFrequency()); in constructPGOLabelString()222 PGOSS << ", "; in constructPGOLabelString()226 PGOSS << "Successors: "; in constructPGOLabelString()228 PGOBBEntry.Successors, PGOSS, in constructPGOLabelString()[all …]