Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/AsmParser/
H A DLLParser.cpp8024 llvm::sort(VContexts, [](const ValueContext &VC1, const ValueContext &VC2) { in ParseOptionalRefs() argument
8025 return VC1.VI.isReadOnly() < VC2.VI.isReadOnly(); in ParseOptionalRefs()