Searched refs:cmpAttrs (Results 1 – 1 of 1) sorted by relevance
409 int cmpAttrs(const AttributeSet L, const AttributeSet R) const;524 int FunctionComparator::cmpAttrs(const AttributeSet L, in cmpAttrs() function in FunctionComparator974 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()