Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp202 bool isKeyColInstr(Record* CurInstr);
248 if (isKeyColInstr(CurInstr)) in buildRowInstrMap()
259 bool MapTableEmitter::isKeyColInstr(Record* CurInstr) { in isKeyColInstr() function in MapTableEmitter