Searched refs:PGOSS (Results 1 – 1 of 1) sorted by relevance
198 raw_string_ostream PGOSS(PGOString); in constructPGOLabelString() local200 PGOSS << " ("; in constructPGOLabelString()202 PGOSS << "Entry count: " << Twine(PGOMap.FuncEntryCount); in constructPGOLabelString()204 PGOSS << ", "; in constructPGOLabelString()216 PGOSS << "Frequency: "; in constructPGOLabelString()218 printRelativeBlockFreq(PGOSS, PGOMap.BBEntries.front().BlockFreq, in constructPGOLabelString()221 PGOSS << Twine(PGOBBEntry.BlockFreq.getFrequency()); in constructPGOLabelString()223 PGOSS << ", "; in constructPGOLabelString()227 PGOSS << "Successors: "; in constructPGOLabelString()229 PGOBBEntry.Successors, PGOSS, in constructPGOLabelString()[all …]