Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp179 : FnL(F1), FnR(F2), GlobalNumbers(GN) {} in FunctionComparator()
414 const Function *FnL, *FnR; member in __anon36c8c2ef0111::FunctionComparator
791 assert(LBA->getFunction() == FnL && RBA->getFunction() == FnR); in cmpConstants()
815 const DataLayout &DL = FnL->getParent()->getDataLayout(); in cmpTypes()
1080 const DataLayout &DL = FnL->getParent()->getDataLayout(); in cmpGEPs()
1129 if (L == FnL) { in cmpValues()
1135 if (L == FnL) in cmpValues()
1223 if (int Res = cmpAttrs(FnL->getAttributes(), FnR->getAttributes())) in compare()
1226 if (int Res = cmpNumbers(FnL->hasGC(), FnR->hasGC())) in compare()
1229 if (FnL->hasGC()) { in compare()
[all …]