Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenSchedule.h439 using InstClassMapTy = DenseMap<Record*, unsigned>; variable
440 InstClassMapTy InstrClassMap;
H A DCodeGenSchedule.cpp1057 InstClassMapTy::const_iterator Pos = InstrClassMap.find(InstDef); in createInstRWClass()