Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp376 std::vector<Record*> ColInstrs = MapTable[CurInstr]; in emitBinSearchTable() local
379 if (!ColInstrs.empty()) { in emitBinSearchTable()
381 if (ColInstrs[j] != nullptr) { in emitBinSearchTable()
386 OutStr += ColInstrs[j]->getName(); in emitBinSearchTable()