Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DIRSimilarityIdentifier.h376 struct IRInstructionMapper { struct
380 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 …]