Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DJTFootprintReduction.cpp116 for (const auto &JTFreq : AllJTs) { in checkOpportunities() local
117 JumpTable *JT = JTFreq.first; in checkOpportunities()
118 uint64_t CurScore = JTFreq.second; in checkOpportunities()