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