Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIRSimilarityIdentifier.h381 struct IRInstructionMapper { struct
385 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 …]