Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPContext.cpp280 const APInt &UserScore = VMI.ScoreMap.lookup(Property); in getVariantMatchScore() local
281 assert(UserScore.uge(0) && "Expect non-negative user scores!"); in getVariantMatchScore()
282 Score += UserScore.getZExtValue(); in getVariantMatchScore()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp280 unsigned UserScore = in sortAllocasToPromote() local
282 LLVM_DEBUG(dbgs() << " [+" << UserScore << "]:\t" << *Inst << "\n"); in sortAllocasToPromote()
283 Score += UserScore; in sortAllocasToPromote()