Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DFunctionComparator.h329 int cmpAttrs(const AttributeList L, const AttributeList R) const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp116 int FunctionComparator::cmpAttrs(const AttributeList L, in cmpAttrs() function in FunctionComparator
702 if (int Res = cmpAttrs(CBL->getAttributes(), CBR->getAttributes())) in cmpOperations()
947 if (int Res = cmpAttrs(FnL->getAttributes(), FnR->getAttributes())) in compareSignature()