Searched refs:ScoreMap (Results 1 – 2 of 2) sorted by relevance
136 ScoreMap[Property] = *Score;151 SmallDenseMap<TraitProperty, APInt> ScoreMap; member
279 if (VMI.ScoreMap.count(Property)) { in getVariantMatchScore()280 const APInt &UserScore = VMI.ScoreMap.lookup(Property); in getVariantMatchScore()