Searched defs:IRInstructionMapper (Results 1 – 1 of 1) sorted by relevance
376 struct IRInstructionMapper { struct380 unsigned IllegalInstrNumber = static_cast<unsigned>(-3);383 unsigned LegalInstrNumber = 0;387 InstructionIntegerMap;391 DenseMap<BasicBlock *, unsigned> BasicBlockToInteger;397 bool AddedIllegalLastTime = false;400 bool CanCombineWithPrevInstr = false;404 bool HaveLegalRange = false;408 bool EnableMatchCallsByName = false;413 SpecificBumpPtrAllocator<IRInstructionData> *InstDataAllocator = nullptr;[all …]