Home
last modified time | relevance | path

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

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