Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DFunctionComparator.cpp391 assert(LBA->getFunction() == FnL && RBA->getFunction() == FnR); in cmpConstants()
752 if (R == FnR) in cmpValues()
756 if (R == FnR) { in cmpValues()
826 if (int Res = cmpAttrs(FnL->getAttributes(), FnR->getAttributes())) in compareSignature()
829 if (int Res = cmpNumbers(FnL->hasGC(), FnR->hasGC())) in compareSignature()
833 if (int Res = cmpMem(FnL->getGC(), FnR->getGC())) in compareSignature()
837 if (int Res = cmpNumbers(FnL->hasSection(), FnR->hasSection())) in compareSignature()
841 if (int Res = cmpMem(FnL->getSection(), FnR->getSection())) in compareSignature()
845 if (int Res = cmpNumbers(FnL->isVarArg(), FnR->isVarArg())) in compareSignature()
850 if (int Res = cmpNumbers(FnL->getCallingConv(), FnR->getCallingConv())) in compareSignature()
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
DFunctionComparator.h97 : FnL(F1), FnR(F2), GlobalNumbers(GN) {} in FunctionComparator()
328 const Function *FnL, *FnR; variable
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaOverload.cpp14968 ExprResult FnR = CreateUnresolvedLookupExpr(/*NamingClass=*/nullptr, in BuildForRangeBeginEndCall() local
14971 if (FnR.isInvalid()) in BuildForRangeBeginEndCall()
14973 UnresolvedLookupExpr *Fn = cast<UnresolvedLookupExpr>(FnR.get()); in BuildForRangeBeginEndCall()