Searched refs:cmpAttrs (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/ |
D | FunctionComparator.h | 334 int cmpAttrs(const AttributeList L, const AttributeList R) const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | FunctionComparator.cpp | 104 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/ |
D | MergeFunctions.cpp | 409 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()
|