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

/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp377 std::vector<Record*> ColInstrs = MapTable[CurInstr]; local
380 if (!ColInstrs.empty()) {
382 if (ColInstrs[j] != nullptr) {
387 OutStr += ColInstrs[j]->getName();

Completed in 112 milliseconds