Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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