Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DFunctionComparator.h333 int cmpAttrs(const AttributeList L, const AttributeList R) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp108 int FunctionComparator::cmpAttrs(const AttributeList L, in cmpAttrs() function in FunctionComparator
596 if (int Res = cmpAttrs(CBL->getAttributes(), CBR->getAttributes())) in cmpOperations()
826 if (int Res = cmpAttrs(FnL->getAttributes(), FnR->getAttributes())) in compareSignature()