Searched defs:InstructionMapper (Results 1 – 2 of 2) sorted by relevance
119 struct InstructionMapper { struct125 unsigned IllegalInstrNumber = -3;129 unsigned LegalInstrNumber = 0;133 InstructionIntegerMap;136 DenseMap<MachineBasicBlock *, unsigned> MBBFlagsMap;139 std::vector<unsigned> UnsignedVec;143 std::vector<MachineBasicBlock::iterator> InstrList;149 bool AddedIllegalLastTime = false;157 unsigned mapToLegalUnsigned( in mapToLegalUnsigned()212 unsigned mapToIllegalUnsigned( in mapToIllegalUnsigned()[all …]
609 struct InstructionMapper { struct615 unsigned IllegalInstrNumber = -3;619 unsigned LegalInstrNumber = 0;623 InstructionIntegerMap;626 DenseMap<MachineBasicBlock *, unsigned> MBBFlagsMap;629 std::vector<unsigned> UnsignedVec;633 std::vector<MachineBasicBlock::iterator> InstrList;639 bool AddedIllegalLastTime = false;647 unsigned mapToLegalUnsigned( in mapToLegalUnsigned()700 unsigned mapToIllegalUnsigned( in mapToIllegalUnsigned()[all …]