Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp131 : FnL(F1), FnR(F2) {} in FunctionComparator()
353 const Function *FnL, *FnR; member in __anon7fe985500111::FunctionComparator
883 if (R == FnR) in cmpValues()
887 if (R == FnR) { in cmpValues()
978 if (int Res = cmpAttrs(FnL->getAttributes(), FnR->getAttributes())) in compare()
981 if (int Res = cmpNumbers(FnL->hasGC(), FnR->hasGC())) in compare()
985 if (int Res = cmpNumbers((uint64_t)FnL->getGC(), (uint64_t)FnR->getGC())) in compare()
989 if (int Res = cmpNumbers(FnL->hasSection(), FnR->hasSection())) in compare()
993 if (int Res = cmpStrings(FnL->getSection(), FnR->getSection())) in compare()
997 if (int Res = cmpNumbers(FnL->isVarArg(), FnR->isVarArg())) in compare()
[all …]