Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp408 int cmpMem(StringRef L, StringRef R) const;
514 int FunctionComparator::cmpMem(StringRef L, StringRef R) const { in cmpMem() function in FunctionComparator
690 return cmpMem(SeqL->getRawDataValues(), SeqR->getRawDataValues()); in cmpConstants()
1109 if (int Res = cmpMem(L->getAsmString(), R->getAsmString())) in cmpInlineAsm()
1111 if (int Res = cmpMem(L->getConstraintString(), R->getConstraintString())) in cmpInlineAsm()
1230 if (int Res = cmpMem(FnL->getGC(), FnR->getGC())) in compare()
1238 if (int Res = cmpMem(FnL->getSection(), FnR->getSection())) in compare()