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

/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp189 DenseMap<Record*, std::vector<Record*> > MapTable; member in class:__anon2992::MapTableEmitter
209 // on ValueCols and store them into MapTable.
294 MapTable[CurKeyInstr] = ColInstrVec;
377 std::vector<Record*> ColInstrs = MapTable[CurInstr];
594 // Build MapTable to map key instructions with the corresponding column

Completed in 120 milliseconds