Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp283 for (const Record *CurKeyInstr : KeyInstrVec) { in buildMapTable() local
289 const Record *ColInstr = getInstrForColumn(CurKeyInstr, CurValueCol); in buildMapTable()
292 MapTable[CurKeyInstr] = ColInstrVec; in buildMapTable()