Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenMapTable.cpp377 std::vector<Record*> ColInstrs = MapTable[CurInstr]; in emitBinSearchTable() local
380 if (ColInstrs.size()) { in emitBinSearchTable()
382 if (ColInstrs[j] != NULL) { in emitBinSearchTable()
387 OutStr += ColInstrs[j]->getName(); in emitBinSearchTable()