Lines Matching refs:PGOSS
198 raw_string_ostream PGOSS(PGOString); in constructPGOLabelString() local
200 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()
231 PGOSS << "BB" << SE.ID << ":"; in constructPGOLabelString()
233 PGOSS << "[" << SE.Prob << "]"; in constructPGOLabelString()
235 PGOSS.write_hex(SE.Prob.getNumerator()); in constructPGOLabelString()
239 PGOSS << ")"; in constructPGOLabelString()