Home
last modified time | relevance | path

Searched refs:FnL (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
618 const DataLayout &DL = FnL->getParent()->getDataLayout(); in cmpTypes()
854 const DataLayout &DL = FnL->getParent()->getDataLayout(); in cmpGEPs()
882 if (L == FnL) { in cmpValues()
888 if (L == FnL) in cmpValues()
978 if (int Res = cmpAttrs(FnL->getAttributes(), FnR->getAttributes())) in compare()
981 if (int Res = cmpNumbers(FnL->hasGC(), FnR->hasGC())) in compare()
984 if (FnL->hasGC()) { in compare()
985 if (int Res = cmpNumbers((uint64_t)FnL->getGC(), (uint64_t)FnR->getGC())) in compare()
[all …]