Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DFunctionComparator.h226 int cmpGlobalValues(GlobalValue *L, GlobalValue *R) const;
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp284 return cmpGlobalValues(GlobalValueL, GlobalValueR); in cmpConstants()
412 return cmpGlobalValues(LEquiv->getGlobalValue(), REquiv->getGlobalValue()); in cmpConstants()
421 int FunctionComparator::cmpGlobalValues(GlobalValue *L, GlobalValue *R) const { in cmpGlobalValues() function in FunctionComparator