Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp181 : FnL(F1), FnR(F2), GlobalNumbers(GN) {} in FunctionComparator()
413 const Function *FnL, *FnR; member in __anon7fe985500111::FunctionComparator
783 assert(LBA->getFunction() == FnL && RBA->getFunction() == FnR); in cmpConstants()
807 const DataLayout &DL = FnL->getParent()->getDataLayout(); in cmpTypes()
1062 const DataLayout &DL = FnL->getParent()->getDataLayout(); in cmpGEPs()
1111 if (L == FnL) { in cmpValues()
1117 if (L == FnL) in cmpValues()
1204 if (int Res = cmpAttrs(FnL->getAttributes(), FnR->getAttributes())) in compare()
1207 if (int Res = cmpNumbers(FnL->hasGC(), FnR->hasGC())) in compare()
1210 if (FnL->hasGC()) { in compare()
[all …]