Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp193 std::string constructPGOLabelString(size_t PGOBBEntryIndex, in constructPGOLabelString() argument
201 if (PGOMap.FeatEnable.FuncEntryCount && PGOBBEntryIndex == 0) { in constructPGOLabelString()
210 assert(PGOBBEntryIndex < PGOMap.BBEntries.size() && in constructPGOLabelString()
213 PGOMap.BBEntries[PGOBBEntryIndex]; in constructPGOLabelString()