Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp372 ArrayRef<const Record *> ColInstrs = MapTable[CurInstr]; in emitBinSearchTable() local
373 if (ColInstrs.empty()) in emitBinSearchTable()
377 for (const Record *ColInstr : ColInstrs) { in emitBinSearchTable()