Searched defs:IRInstructionMapper (Results 1 – 1 of 1) sorted by relevance
381 struct IRInstructionMapper { struct385 unsigned IllegalInstrNumber = static_cast<unsigned>(-3);388 unsigned LegalInstrNumber = 0;392 InstructionIntegerMap;396 DenseMap<BasicBlock *, unsigned> BasicBlockToInteger;402 bool AddedIllegalLastTime = false;405 bool CanCombineWithPrevInstr = false;409 bool HaveLegalRange = false;413 bool EnableMatchCallsByName = false;418 SpecificBumpPtrAllocator<IRInstructionData> *InstDataAllocator = nullptr;[all …]