Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DBoltDiff.cpp155 std::multimap<double, const BinaryFunction *> LargestBin1; member in llvm::bolt::RewriteInstanceDiff
203 LargestBin1.insert(std::make_pair<>(Score, &Function)); in buildLookupMaps()
614 for (auto I = LargestBin1.rbegin(), E = LargestBin1.rend(); I != E; ++I) { in reportHottestFuncs()