Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Utils/
H A DFunctionComparator.h227 int cmpGlobalValues(GlobalValue *L, GlobalValue *R) const;
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp258 return cmpGlobalValues(GlobalValueL, GlobalValueR); in cmpConstants()
385 int FunctionComparator::cmpGlobalValues(GlobalValue *L, GlobalValue *R) const { in cmpGlobalValues() function in FunctionComparator