Searched refs:hasAttrSomewhere (Results 1 - 6 of 6) sorted by relevance

/external/llvm/include/llvm/
H A DAttributes.h358 /// hasAttrSomewhere - Return true if the specified attribute is set for at
360 bool hasAttrSomewhere(Attributes Attr) const;
H A DInstructions.h1340 return AttributeList.hasAttrSomewhere(Attribute::ByVal);
3093 return AttributeList.hasAttrSomewhere(Attribute::ByVal);
/external/llvm/lib/VMCore/
H A DAttributes.cpp259 /// hasAttrSomewhere - Return true if the specified attribute is set for at
261 bool AttrListPtr::hasAttrSomewhere(Attributes Attr) const { function in class:AttrListPtr
/external/llvm/lib/Target/XCore/
H A DXCoreFrameLowering.cpp102 getAttributes().hasAttrSomewhere(Attribute::Nest);
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1243 if (Attrs.hasAttrSomewhere(Attribute::Nest))
/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp2109 if (F->getAttributes().hasAttrSomewhere(Attribute::Nest) &&

Completed in 104 milliseconds