Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DIRSimilarityIdentifier.h278 struct IRInstructionMapper { struct
282 unsigned IllegalInstrNumber = static_cast<unsigned>(-3);
285 unsigned LegalInstrNumber = 0;
289 InstructionIntegerMap;
295 bool AddedIllegalLastTime = false;
298 bool CanCombineWithPrevInstr = false;
302 bool HaveLegalRange = false;
307 SpecificBumpPtrAllocator<IRInstructionData> *InstDataAllocator = nullptr;
312 SpecificBumpPtrAllocator<IRInstructionDataList> *IDLAllocator = nullptr;
330 IRInstructionDataList *IDL = nullptr;
[all …]