Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1989 static AttributeSet StripNest(LLVMContext &C, const AttributeSet &Attrs) { in StripNest() function
2003 F->setAttributes(StripNest(F->getContext(), F->getAttributes())); in RemoveNestAttribute()
2008 CS.setAttributes(StripNest(F->getContext(), CS.getAttributes())); in RemoveNestAttribute()
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DGlobalOpt.cpp1864 static AttrListPtr StripNest(const AttrListPtr &Attrs) { in StripNest() function
1877 F->setAttributes(StripNest(F->getAttributes())); in RemoveNestAttribute()
1880 User.setAttributes(StripNest(User.getAttributes())); in RemoveNestAttribute()