Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryEmitter.cpp761 uint64_t CurrentLabelCount = 0; in emitJumpTable() local
765 LabelCounts[CurrentLabel] = CurrentLabelCount; in emitJumpTable()
767 CurrentLabelCount = 0; in emitJumpTable()
769 CurrentLabelCount += JT.Counts[Index].Count; in emitJumpTable()
771 LabelCounts[CurrentLabel] = CurrentLabelCount; in emitJumpTable()