Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DFunctionComparator.h227 int cmpGlobalValues(GlobalValue *L, GlobalValue *R) const;
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/
DFunctionComparator.cpp79 return cmpGlobalValues(L, R); in testCmpGlobalValues()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DFunctionComparator.cpp258 return cmpGlobalValues(GlobalValueL, GlobalValueR); in cmpConstants()
385 int FunctionComparator::cmpGlobalValues(GlobalValue *L, GlobalValue *R) const { in cmpGlobalValues() function in FunctionComparator
/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp298 int cmpGlobalValues(GlobalValue *L, GlobalValue *R) const;
677 return cmpGlobalValues(GlobalValueL, GlobalValueR); in cmpConstants()
804 int FunctionComparator::cmpGlobalValues(GlobalValue *L, GlobalValue *R) const { in cmpGlobalValues() function in FunctionComparator