Home
last modified time | relevance | path

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

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