Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp516 bool IsWithCoverage; member in __anoncee47b830111::MatchTable
571 : ID(ID), IsWithCoverage(WithCoverage) {} in MatchTable()
573 bool isWithCoverage() const { return IsWithCoverage; } in isWithCoverage()