Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DFunctionComparator.h334 int cmpAttrs(const AttributeList L, const AttributeList R) const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DFunctionComparator.cpp104 int FunctionComparator::cmpAttrs(const AttributeList L, in cmpAttrs() function in FunctionComparator
569 cmpAttrs(CI->getAttributes(), cast<CallInst>(R)->getAttributes())) in cmpOperations()
582 cmpAttrs(II->getAttributes(), cast<InvokeInst>(R)->getAttributes())) in cmpOperations()
799 if (int Res = cmpAttrs(FnL->getAttributes(), FnR->getAttributes())) in compareSignature()
/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp409 int cmpAttrs(const AttributeSet L, const AttributeSet R) const;
524 int FunctionComparator::cmpAttrs(const AttributeSet L, in cmpAttrs() function in FunctionComparator
974 cmpAttrs(CI->getAttributes(), cast<CallInst>(R)->getAttributes())) in cmpOperations()
987 cmpAttrs(II->getAttributes(), cast<InvokeInst>(R)->getAttributes())) in cmpOperations()
1223 if (int Res = cmpAttrs(FnL->getAttributes(), FnR->getAttributes())) in compare()