Searched defs:InstructionMapper (Results 1 – 1 of 1) sorted by relevance
156 struct InstructionMapper { struct157 const MachineModuleInfo &MMI;163 unsigned IllegalInstrNumber = -3;167 unsigned LegalInstrNumber = 0;171 InstructionIntegerMap;174 DenseMap<MachineBasicBlock *, unsigned> MBBFlagsMap;177 SmallVector<unsigned> UnsignedVec;181 SmallVector<MachineBasicBlock::iterator> InstrList;187 bool AddedIllegalLastTime = false;195 unsigned mapToLegalUnsigned( in mapToLegalUnsigned()[all …]