Searched refs:ColInstrs (Results 1 – 2 of 2) sorted by relevance
382 std::vector<Record*> ColInstrs = MapTable[CurInstr]; in emitBinSearchTable() local385 if (!ColInstrs.empty()) { in emitBinSearchTable()387 if (ColInstrs[j] != nullptr) { in emitBinSearchTable()392 OutStr += ColInstrs[j]->getName(); in emitBinSearchTable()
386 std::vector<Record*> ColInstrs = MapTable[CurInstr]; in emitBinSearchTable() local389 if (!ColInstrs.empty()) { in emitBinSearchTable()391 if (ColInstrs[j] != nullptr) { in emitBinSearchTable()396 OutStr += ColInstrs[j]->getName(); in emitBinSearchTable()