Home
last modified time | relevance | path

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

/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()