Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelMatchTable.h195 bool IsWithCoverage; variable
219 : ID(ID), IsWithCoverage(WithCoverage), IsCombinerTable(IsCombinerTable) { in ID()
222 bool isWithCoverage() const { return IsWithCoverage; } in isWithCoverage()