Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp199 bool isKeyColInstr(const Record *CurInstr);
245 if (isKeyColInstr(CurInstr)) in buildRowInstrMap()
256 bool MapTableEmitter::isKeyColInstr(const Record *CurInstr) { in isKeyColInstr() function in MapTableEmitter