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.cpp197 raw_string_ostream PGOSS(PGOString); in constructPGOLabelString() local
199 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 …]