Home
last modified time | relevance | path

Searched defs:InstructionMapper (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOutliner.cpp156 struct InstructionMapper { struct
157 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 …]