Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DFunctionComparator.h105 static FunctionHash functionHash(Function &);
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp181 : F(F), Hash(FunctionComparator::functionHash(*F)) {} in FunctionNode()
425 HashedFuncs.push_back({FunctionComparator::functionHash(Func), &Func}); in runOnModule()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp954 FunctionComparator::FunctionHash FunctionComparator::functionHash(Function &F) { in functionHash() function in FunctionComparator