Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp350 int cmpAttrs(const AttributeSet L, const AttributeSet R) const;
435 int FunctionComparator::cmpAttrs(const AttributeSet L, in cmpAttrs() function in FunctionComparator
765 cmpAttrs(CI->getAttributes(), cast<CallInst>(R)->getAttributes())) in cmpOperations()
776 cmpAttrs(CI->getAttributes(), cast<InvokeInst>(R)->getAttributes())) in cmpOperations()
978 if (int Res = cmpAttrs(FnL->getAttributes(), FnR->getAttributes())) in compare()