Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
DOMPContext.cpp347 const VariantMatchInfo *BestVMI = nullptr; in getBestVariantMatchForContext() local
364 if (isStrictSubset(VMI, *BestVMI)) in getBestVariantMatchForContext()
367 if (!isStrictSubset(*BestVMI, VMI)) in getBestVariantMatchForContext()
371 BestVMI = &VMI; in getBestVariantMatchForContext()