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