Home
last modified time | relevance | path

Searched refs:PGOSS (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp198 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()
[all …]