Searched refs:UserScore (Results 1 – 2 of 2) sorted by relevance
280 const APInt &UserScore = VMI.ScoreMap.lookup(Property); in getVariantMatchScore() local281 assert(UserScore.uge(0) && "Expect non-negative user scores!"); in getVariantMatchScore()282 Score += UserScore.getZExtValue(); in getVariantMatchScore()
280 unsigned UserScore = in sortAllocasToPromote() local282 LLVM_DEBUG(dbgs() << " [+" << UserScore << "]:\t" << *Inst << "\n"); in sortAllocasToPromote()283 Score += UserScore; in sortAllocasToPromote()