Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenMapTable.cpp291 std::vector<Record*> ColInstrVec(NumOfCols); in buildMapTable() local
297 ColInstrVec[ColIdx] = ColInstr; in buildMapTable()
299 MapTable[CurKeyInstr] = ColInstrVec; in buildMapTable()