Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DFunctionComparator.h105 static FunctionHash functionHash(Function &);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp183 : F(F), Hash(FunctionComparator::functionHash(*F)) {} in FunctionNode()
419 HashedFuncs.push_back({FunctionComparator::functionHash(Func), &Func}); in runOnModule()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp948 FunctionComparator::FunctionHash FunctionComparator::functionHash(Function &F) { in functionHash() function in FunctionComparator