Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp296 std::vector<Record*> ColInstrVec(NumOfCols); in buildMapTable() local
302 ColInstrVec[ColIdx] = ColInstr; in buildMapTable()
304 MapTable[CurKeyInstr] = ColInstrVec; in buildMapTable()