Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp407 int cmpMem(StringRef L, StringRef R) const;
507 int FunctionComparator::cmpMem(StringRef L, StringRef R) const { in cmpMem() function in FunctionComparator
682 return cmpMem(SeqL->getRawDataValues(), SeqR->getRawDataValues()); in cmpConstants()
1091 if (int Res = cmpMem(L->getAsmString(), R->getAsmString())) in cmpInlineAsm()
1093 if (int Res = cmpMem(L->getConstraintString(), R->getConstraintString())) in cmpInlineAsm()
1211 if (int Res = cmpMem(FnL->getGC(), FnR->getGC())) in compare()
1219 if (int Res = cmpMem(FnL->getSection(), FnR->getSection())) in compare()