Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DFunctionComparator.h333 int cmpAttrs(const AttributeList L, const AttributeList R) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DFunctionComparator.cpp103 int FunctionComparator::cmpAttrs(const AttributeList L, in cmpAttrs() function in FunctionComparator
576 if (int Res = cmpAttrs(CSL.getAttributes(), CSR.getAttributes())) in cmpOperations()
796 if (int Res = cmpAttrs(FnL->getAttributes(), FnR->getAttributes())) in compareSignature()