Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryEmitter.cpp758 std::map<MCSymbol *, uint64_t> LabelCounts; in emitJumpTable() local
765 LabelCounts[CurrentLabel] = CurrentLabelCount; in emitJumpTable()
771 LabelCounts[CurrentLabel] = CurrentLabelCount; in emitJumpTable()
786 if (!LabelCounts.empty()) { in emitJumpTable()
788 << LabelCounts[LI->second] << '\n'); in emitJumpTable()
789 if (LabelCounts[LI->second] > 0) in emitJumpTable()