Home
last modified time | relevance | path

Searched refs:Legality (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp26 IRInstructionData::IRInstructionData(Instruction &I, bool Legality, in IRInstructionData() argument
28 : Inst(&I), Legal(Legality), IDL(&IDList) { in IRInstructionData()
233 IRInstructionMapper::allocateIRInstructionData(Instruction &I, bool Legality, in allocateIRInstructionData() argument
235 return new (InstDataAllocator->Allocate()) IRInstructionData(I, Legality, IDL); in allocateIRInstructionData()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIRSimilarityIdentifier.h135 IRInstructionData(Instruction &I, bool Legality, IRInstructionDataList &IDL);
322 IRInstructionData *allocateIRInstructionData(Instruction &I, bool Legality,