Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/
H A DOMPContext.h136 ScoreMap[Property] = *Score;
151 SmallDenseMap<TraitProperty, APInt> ScoreMap; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
H A DOMPContext.cpp281 if (VMI.ScoreMap.count(Property)) { in getVariantMatchScore()
282 const APInt &UserScore = VMI.ScoreMap.lookup(Property); in getVariantMatchScore()