Searched defs:NewAttrs (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp94 AttributeSet NewAttrs = NewFunc->getAttributes(); local
96 NewFunc->setAttributes(NewAttrs);
/external/llvm/lib/Analysis/
H A DCFLAliasAnalysis.cpp475 auto NewAttrs = SubAttrs | MainAttrs; local
476 Output.push_back(Edge(MainVal, SubVal, EdgeType::Assign, NewAttrs));
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1783 SmallVector<AttributeSet, 8> NewAttrs; local
1784 NewAttrs.reserve(Attrs.getNumSlots() + 1);
1791 NewAttrs.push_back(AttributeSet::get(Caller->getContext(),
1804 NewAttrs.push_back(AttributeSet::get(Caller->getContext(),
1816 NewAttrs.push_back(AttributeSet::get(Caller->getContext(),
1826 NewAttrs.push_back(AttributeSet::get(FTy->getContext(),
1867 AttributeSet::get(FTy->getContext(), NewAttrs);

Completed in 102 milliseconds