Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DFunctionComparator.h105 static FunctionHash functionHash(Function &);
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp963 FunctionComparator::FunctionHash FunctionComparator::functionHash(Function &F) { in functionHash() function in FunctionComparator