Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DFunctionComparator.h226 int cmpGlobalValues(GlobalValue *L, GlobalValue *R) const;
/llvm-project-15.0.7/llvm/unittests/Transforms/Utils/
H A DFunctionComparatorTest.cpp78 return cmpGlobalValues(L, R); in testCmpGlobalValues()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp284 return cmpGlobalValues(GlobalValueL, GlobalValueR); in cmpConstants()
412 int FunctionComparator::cmpGlobalValues(GlobalValue *L, GlobalValue *R) const { in cmpGlobalValues() function in FunctionComparator