Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DStructuralHash.h56 using IgnoreOperandFunc = std::function<bool(const Instruction *, unsigned)>; variable
86 StructuralHashWithDifferences(const Function &F, IgnoreOperandFunc IgnoreOp);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DStructuralHash.cpp37 IgnoreOperandFunc IgnoreOp = nullptr;
60 IgnoreOperandFunc IgnoreOp = nullptr) in StructuralHashImpl()
347 IgnoreOperandFunc IgnoreOp) { in StructuralHashWithDifferences()