Home
last modified time | relevance | path

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

/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