Searched refs:hasAttrSomewhere (Results 1 – 7 of 7) sorted by relevance
330 bool hasAttrSomewhere(Attribute::AttrKind Attr) const;
1508 return AttributeList.hasAttrSomewhere(Attribute::ByVal);3198 return AttributeList.hasAttrSomewhere(Attribute::ByVal);
1530 if (Callee->getAttributes().hasAttrSomewhere(Attribute::InAlloca) || in transformConstExprCastCall()1531 Callee->getAttributes().hasAttrSomewhere(Attribute::ByVal)) in transformConstExprCastCall()1752 if (Attrs.hasAttrSomewhere(Attribute::Nest)) in transformCallThroughTrampoline()
240 if (PAL.hasAttrSomewhere(Attribute::Nest)) in emitPrologue()
543 if (F.getAttributes().hasAttrSomewhere(Attribute::InAlloca)) { in SurveyFunction()
1927 if (F->getAttributes().hasAttrSomewhere(Attribute::Nest) && in OptimizeFunctions()
921 bool AttributeSet::hasAttrSomewhere(Attribute::AttrKind Attr) const { in hasAttrSomewhere() function in AttributeSet