Searched refs:LabelCounts (Results 1 – 1 of 1) sorted by relevance
758 std::map<MCSymbol *, uint64_t> LabelCounts; in emitJumpTable() local765 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()