reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
384 assert(LBA->getFunction() == FnL && RBA->getFunction() == FnR); 722 if (R == FnR) 726 if (R == FnR) { 796 if (int Res = cmpAttrs(FnL->getAttributes(), FnR->getAttributes())) 799 if (int Res = cmpNumbers(FnL->hasGC(), FnR->hasGC())) 803 if (int Res = cmpMem(FnL->getGC(), FnR->getGC())) 807 if (int Res = cmpNumbers(FnL->hasSection(), FnR->hasSection())) 811 if (int Res = cmpMem(FnL->getSection(), FnR->getSection())) 815 if (int Res = cmpNumbers(FnL->isVarArg(), FnR->isVarArg())) 820 if (int Res = cmpNumbers(FnL->getCallingConv(), FnR->getCallingConv())) 823 if (int Res = cmpTypes(FnL->getFunctionType(), FnR->getFunctionType())) 826 assert(FnL->arg_size() == FnR->arg_size() && 832 ArgRI = FnR->arg_begin(), 856 FnRBBs.push_back(&FnR->getEntryBlock());unittests/Transforms/Utils/FunctionComparatorTest.cpp
54 return F1 == FnL && F2 == FnR;