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

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp198 DenseMap<Record*, std::vector<Record*> > MapTable; member in class:__anon2910::MapTableEmitter
218 // on ValueCols and store them into MapTable.
303 MapTable[CurKeyInstr] = ColInstrVec;
386 std::vector<Record*> ColInstrs = MapTable[CurInstr];
600 // Build MapTable to map key instructions with the corresponding column

Completed in 49 milliseconds