Home
last modified time | relevance | path

Searched refs:cmpGlobalValues (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DFunctionComparator.h226 int cmpGlobalValues(GlobalValue *L, GlobalValue *R) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DFunctionComparator.cpp270 return cmpGlobalValues(GlobalValueL, GlobalValueR); in cmpConstants()
397 int FunctionComparator::cmpGlobalValues(GlobalValue *L, GlobalValue *R) const { in cmpGlobalValues() function in FunctionComparator