Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIRSimilarityIdentifier.h115 struct IRInstructionData struct
172 IRInstructionData(Instruction &I, bool Legality, IRInstructionDataList &IDL); argument
119 InstIRInstructionData global() argument
121 OperValsIRInstructionData global() argument
126 LegalIRInstructionData global() argument
131 RevisedPredicateIRInstructionData global() argument
141 CalleeNameIRInstructionData global() argument
261 hash_valueIRInstructionData hash_value() argument
300 IDLIRInstructionData global() argument
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp49 IRInstructionData::IRInstructionData(Instruction &I, bool Legality, in IRInstructionData() function in IRInstructionData
85 IRInstructionData::IRInstructionData(IRInstructionDataList &IDList) in IRInstructionData() function in IRInstructionData
505 [](std::tuple<IRInstructionData &, IRInstructionData &> R) { in isSimilar()