Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIRSimilarityIdentifier.h115 struct IRInstructionData struct
119 Instruction *Inst = nullptr;
121 SmallVector<Value *, 4> OperVals;
126 bool Legal = false;
131 std::optional<CmpInst::Predicate> RevisedPredicate;
141 std::optional<std::string> CalleeName;
172 IRInstructionData(Instruction &I, bool Legality, IRInstructionDataList &IDL); argument
261 friend hash_code hash_value(const IRInstructionData &ID) { in hash_value() argument
300 IRInstructionDataList *IDL = nullptr; argument
/freebsd-src/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 __anon6d91be5a0302(std::tuple<IRInstructionData &, IRInstructionData &> R) isSimilar() argument
[all...]