Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp201 bool isKeyColInstr(Record* CurInstr);
247 if (isKeyColInstr(CurInstr)) in buildRowInstrMap()
258 bool MapTableEmitter::isKeyColInstr(Record* CurInstr) { in isKeyColInstr() function in MapTableEmitter