Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.cpp1061 assert((Table.isWithCoverage() ? !Table.isCombiner() : true) && in emit()
1063 if (Table.isWithCoverage()) in emit()
H A DGlobalISelMatchTable.h222 bool isWithCoverage() const { return IsWithCoverage; } in isWithCoverage() function