Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DCodeGenSchedule.h441 using InstClassMapTy = DenseMap<Record*, unsigned>; variable
442 InstClassMapTy InstrClassMap;
H A DCodeGenSchedule.cpp1058 InstClassMapTy::const_iterator Pos = InstrClassMap.find(InstDef); in createInstRWClass()