Home
last modified time | relevance | path

Searched refs:IgnoreOp (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DStructuralHash.cpp37 IgnoreOperandFunc IgnoreOp = nullptr; member in __anon8dbff9370111::StructuralHashImpl
60 IgnoreOperandFunc IgnoreOp = nullptr) in StructuralHashImpl() argument
61 : DetailedHash(DetailedHash), IgnoreOp(IgnoreOp) { in StructuralHashImpl()
62 if (IgnoreOp) { in StructuralHashImpl()
232 if (IgnoreOp && IgnoreOp(&Inst, OpndIdx)) { in hashInstruction()
347 IgnoreOperandFunc IgnoreOp) { in StructuralHashWithDifferences() argument
348 StructuralHashImpl H(/*DetailedHash=*/true, IgnoreOp); in StructuralHashWithDifferences()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DStructuralHash.cpp31 auto IgnoreOp = [&](const Instruction *I, unsigned OpndIdx) { in run() local
35 auto FuncHashInfo = StructuralHashWithDifferences(F, IgnoreOp); in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DStructuralHash.h86 StructuralHashWithDifferences(const Function &F, IgnoreOperandFunc IgnoreOp);