Lines Matching refs:FnR
181 : 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()
1112 if (R == FnR) in cmpValues()
1116 if (R == FnR) { in cmpValues()
1204 if (int Res = cmpAttrs(FnL->getAttributes(), FnR->getAttributes())) in compare()
1207 if (int Res = cmpNumbers(FnL->hasGC(), FnR->hasGC())) in compare()
1211 if (int Res = cmpMem(FnL->getGC(), FnR->getGC())) in compare()
1215 if (int Res = cmpNumbers(FnL->hasSection(), FnR->hasSection())) in compare()
1219 if (int Res = cmpMem(FnL->getSection(), FnR->getSection())) in compare()
1223 if (int Res = cmpNumbers(FnL->isVarArg(), FnR->isVarArg())) in compare()
1228 if (int Res = cmpNumbers(FnL->getCallingConv(), FnR->getCallingConv())) in compare()
1231 if (int Res = cmpTypes(FnL->getFunctionType(), FnR->getFunctionType())) in compare()
1234 assert(FnL->arg_size() == FnR->arg_size() && in compare()
1240 ArgRI = FnR->arg_begin(), in compare()
1255 FnRBBs.push_back(&FnR->getEntryBlock()); in compare()