Searched refs:LargestBin2 (Results 1 – 1 of 1) sorted by relevance
156 std::multimap<double, const BinaryFunction *> LargestBin2; member in llvm::bolt::RewriteInstanceDiff223 LargestBin2.insert(std::make_pair<>(Score, &Function)); in buildLookupMaps()595 for (auto I = LargestBin2.rbegin(), E = LargestBin2.rend(); I != E; ++I) { in reportHottestFuncs()