Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp185 BBAddrMapFunctionEntry(BBAddrMap AddrMap, PGOAnalysisMap PGOMap) in BBAddrMapFunctionEntry() argument
186 : AddrMap(std::move(AddrMap)), PGOMap(std::move(PGOMap)) {} in BBAddrMapFunctionEntry()
195 if (!PGOMap.FeatEnable.hasPGOAnalysis()) in constructPGOLabelString()
201 if (PGOMap.FeatEnable.FuncEntryCount && PGOBBEntryIndex == 0) { in constructPGOLabelString()
202 PGOSS << "Entry count: " << Twine(PGOMap.FuncEntryCount); in constructPGOLabelString()
203 if (PGOMap.FeatEnable.hasPGOAnalysisBBData()) { in constructPGOLabelString()
208 if (PGOMap.FeatEnable.hasPGOAnalysisBBData()) { in constructPGOLabelString()
210 assert(PGOBBEntryIndex < PGOMap.BBEntries.size() && in constructPGOLabelString()
213 PGOMap.BBEntries[PGOBBEntryIndex]; in constructPGOLabelString()
215 if (PGOMap.FeatEnable.BBFreq) { in constructPGOLabelString()
[all …]