Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenMapTable.cpp212 bool isKeyColInstr(Record* CurInstr);
253 if (isKeyColInstr(CurInstr)) in buildRowInstrMap()
264 bool MapTableEmitter::isKeyColInstr(Record* CurInstr) { in isKeyColInstr() function in MapTableEmitter