Home
last modified time | relevance | path

Searched refs:StructuralHashWithDifferences (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DStructuralHash.cpp35 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);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DGlobalMergeFunctions.cpp152 auto FI = llvm::StructuralHashWithDifferences(Func, ignoreOp); in analyze()
399 auto FI = llvm::StructuralHashWithDifferences(F, ignoreOp); in merge()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DStructuralHash.cpp346 llvm::StructuralHashWithDifferences(const Function &F, in StructuralHashWithDifferences() function in llvm