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.cpp134 struct InstructionMapper { struct
140 unsigned IllegalInstrNumber = -3;
144 unsigned LegalInstrNumber = 0;
148 InstructionIntegerMap;
151 DenseMap<MachineBasicBlock *, unsigned> MBBFlagsMap;
154 SmallVector<unsigned> UnsignedVec;
158 SmallVector<MachineBasicBlock::iterator> InstrList;
164 bool AddedIllegalLastTime = false;
172 unsigned mapToLegalUnsigned( in mapToLegalUnsigned()
227 unsigned mapToIllegalUnsigned( in mapToIllegalUnsigned()
[all …]