Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/
H A DOMPContext.h136 ScoreMap[Property] = *Score;
151 SmallDenseMap<TraitProperty, APInt> ScoreMap; member
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DBoltDiff.cpp166 DenseMap<const BinaryFunction *, std::pair<double, double>> ScoreMap; member in llvm::bolt::RewriteInstanceDiff
541 ScoreMap[Func2] = std::make_pair<>(Score1, Score2); in reportHottestFuncDiffs()
557 const std::pair<double, double> &Scores = ScoreMap[MapEntry.first]; in reportHottestFuncDiffs()
598 auto Iter = ScoreMap.find(MapEntry.second); in reportHottestFuncs()
599 if (Iter != ScoreMap.end()) in reportHottestFuncs()
/llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/
H A DOMPContext.cpp280 if (VMI.ScoreMap.count(Property)) { in getVariantMatchScore()
281 const APInt &UserScore = VMI.ScoreMap.lookup(Property); in getVariantMatchScore()
/llvm-project-15.0.7/bolt/lib/Passes/
H A DBinaryPasses.cpp415 std::map<uint64_t, BinaryFunction &> ScoreMap; in runOnFunctions() local
418 ScoreMap.insert(std::pair<uint64_t, BinaryFunction &>( in runOnFunctions()
430 ScoreMap.rbegin(); in runOnFunctions()
431 Rit != ScoreMap.rend() && I < opts::PrintFuncStat; ++Rit, ++I) { in runOnFunctions()