Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Frontend/OpenMP/
H A DOMPContext.cpp279 const APInt &UserScore = VMI.ScoreMap.lookup(Property); in getVariantMatchScore() local
280 assert(UserScore.uge(0) && "Expect non-negative user scores!"); in getVariantMatchScore()
281 Score += UserScore.getZExtValue(); in getVariantMatchScore()