Lines Matching refs:FnL
179 : 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()
1230 if (int Res = cmpMem(FnL->getGC(), FnR->getGC())) in compare()
1234 if (int Res = cmpNumbers(FnL->hasSection(), FnR->hasSection())) in compare()
1237 if (FnL->hasSection()) { in compare()
1238 if (int Res = cmpMem(FnL->getSection(), FnR->getSection())) in compare()
1242 if (int Res = cmpNumbers(FnL->isVarArg(), FnR->isVarArg())) in compare()
1247 if (int Res = cmpNumbers(FnL->getCallingConv(), FnR->getCallingConv())) in compare()
1250 if (int Res = cmpTypes(FnL->getFunctionType(), FnR->getFunctionType())) in compare()
1253 assert(FnL->arg_size() == FnR->arg_size() && in compare()
1258 for (Function::const_arg_iterator ArgLI = FnL->arg_begin(), in compare()
1260 ArgLE = FnL->arg_end(); in compare()
1273 FnLBBs.push_back(&FnL->getEntryBlock()); in compare()