Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DAttributes.h330 bool hasAttrSomewhere(Attribute::AttrKind Attr) const;
DInstructions.h1508 return AttributeList.hasAttrSomewhere(Attribute::ByVal);
3198 return AttributeList.hasAttrSomewhere(Attribute::ByVal);
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1530 if (Callee->getAttributes().hasAttrSomewhere(Attribute::InAlloca) || in transformConstExprCastCall()
1531 Callee->getAttributes().hasAttrSomewhere(Attribute::ByVal)) in transformConstExprCastCall()
1752 if (Attrs.hasAttrSomewhere(Attribute::Nest)) in transformCallThroughTrampoline()
/external/llvm/lib/Target/XCore/
DXCoreFrameLowering.cpp240 if (PAL.hasAttrSomewhere(Attribute::Nest)) in emitPrologue()
/external/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp543 if (F.getAttributes().hasAttrSomewhere(Attribute::InAlloca)) { in SurveyFunction()
DGlobalOpt.cpp1927 if (F->getAttributes().hasAttrSomewhere(Attribute::Nest) && in OptimizeFunctions()
/external/llvm/lib/IR/
DAttributes.cpp921 bool AttributeSet::hasAttrSomewhere(Attribute::AttrKind Attr) const { in hasAttrSomewhere() function in AttributeSet