Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPContext.cpp345 const VariantMatchInfo *BestVMI = nullptr; in getBestVariantMatchForContext() local
362 if (isStrictSubset(VMI, *BestVMI)) in getBestVariantMatchForContext()
365 if (!isStrictSubset(*BestVMI, VMI)) in getBestVariantMatchForContext()
369 BestVMI = &VMI; in getBestVariantMatchForContext()