Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DFunctionComparator.h105 static FunctionHash functionHash(Function &);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp184 : F(F), Hash(FunctionComparator::functionHash(*F)) {} in FunctionNode()
420 HashedFuncs.push_back({FunctionComparator::functionHash(Func), &Func}); in runOnModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DFunctionComparator.cpp920 FunctionComparator::FunctionHash FunctionComparator::functionHash(Function &F) { in functionHash() function in FunctionComparator