Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryContext.cpp501 uint64_t NumRealEntries = 0; in analyzeJumpTable() local
609 ++NumRealEntries; in analyzeJumpTable()
619 return NumRealEntries + HasUnreachable >= 2; in analyzeJumpTable()