Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DIRSimilarityIdentifier.h113 struct IRInstructionData : ilist_node<IRInstructionData> { struct
135 IRInstructionData(Instruction &I, bool Legality, IRInstructionDataList &IDL); argument
175 friend hash_code hash_value(const IRInstructionData &ID) { in hash_value() argument
198 IRInstructionDataList *IDL = nullptr; argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp26 IRInstructionData::IRInstructionData(Instruction &I, bool Legality, in IRInstructionData() function in IRInstructionData
343 [](std::tuple<IRInstructionData &, IRInstructionData &> R) { in isSimilar()