Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DFunctionComparator.cpp384 assert(LBA->getFunction() == FnL && RBA->getFunction() == FnR); in cmpConstants()
722 if (R == FnR) in cmpValues()
726 if (R == FnR) { in cmpValues()
796 if (int Res = cmpAttrs(FnL->getAttributes(), FnR->getAttributes())) in compareSignature()
799 if (int Res = cmpNumbers(FnL->hasGC(), FnR->hasGC())) in compareSignature()
803 if (int Res = cmpMem(FnL->getGC(), FnR->getGC())) in compareSignature()
807 if (int Res = cmpNumbers(FnL->hasSection(), FnR->hasSection())) in compareSignature()
811 if (int Res = cmpMem(FnL->getSection(), FnR->getSection())) in compareSignature()
815 if (int Res = cmpNumbers(FnL->isVarArg(), FnR->isVarArg())) in compareSignature()
820 if (int Res = cmpNumbers(FnL->getCallingConv(), FnR->getCallingConv())) in compareSignature()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DFunctionComparator.h97 : FnL(F1), FnR(F2), GlobalNumbers(GN) {} in FunctionComparator()
328 const Function *FnL, *FnR; variable