Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
H A DOMPContext.cpp343 const SmallVectorImpl<VariantMatchInfo> &VMIs, const OMPContext &Ctx) { in getBestVariantMatchForContext() argument
349 for (unsigned u = 0, e = VMIs.size(); u < e; ++u) { in getBestVariantMatchForContext()
350 const VariantMatchInfo &VMI = VMIs[u]; in getBestVariantMatchForContext()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/
H A DOMPContext.h189 int getBestVariantMatchForContext(const SmallVectorImpl<VariantMatchInfo> &VMIs,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp6757 SmallVector<VariantMatchInfo, 4> VMIs; in ActOnOpenMPCall() local
6770 VMIs.push_back(VMI); in ActOnOpenMPCall()
6779 int BestIdx = getBestVariantMatchForContext(VMIs, OMPCtx); in ActOnOpenMPCall()
6823 VMIs.erase(VMIs.begin() + BestIdx); in ActOnOpenMPCall()
6825 } while (!VMIs.empty()); in ActOnOpenMPCall()