Home
last modified time | relevance | path

Searched refs:getFnAttributes (Results 1 – 12 of 12) sorted by relevance

/external/llvm/lib/Transforms/IPO/
DPruneEH.cpp151 const AttributeSet &PAL = F->getAttributes().getFnAttributes(); in runOnSCC()
DDeadArgumentElimination.cpp256 PAL.getFnAttributes())); in DeleteDeadVarargs()
870 PAL.getFnAttributes())); in RemoveDeadStuffFromFunction()
952 CallPAL.getFnAttributes())); in RemoveDeadStuffFromFunction()
DArgumentPromotion.cpp694 PAL.getFnAttributes())); in DoPromotion()
838 CallPAL.getFnAttributes())); in DoPromotion()
/external/llvm/lib/Transforms/Scalar/
DPlaceSafepoints.cpp900 Call->setAttributes(new_attrs.getFnAttributes()); in ReplaceWithStatepoint()
958 invoke->setAttributes(new_attrs.getFnAttributes()); in ReplaceWithStatepoint()
DRewriteStatepointsForGC.cpp1159 call->setAttributes(new_attrs.getFnAttributes()); in makeStatepointExplicitImpl()
1189 invoke->setAttributes(new_attrs.getFnAttributes()); in makeStatepointExplicitImpl()
/external/llvm/include/llvm/IR/
DAttributes.h317 AttributeSet getFnAttributes() const;
/external/llvm/lib/IR/
DAsmWriter.cpp753 AttributeSet FnAttrs = I->getAttributes().getFnAttributes(); in processModule()
789 AttributeSet Attrs = CI->getAttributes().getFnAttributes(); in processFunction()
794 AttributeSet Attrs = II->getAttributes().getFnAttributes(); in processFunction()
2438 AttributeSet AS = Attrs.getFnAttributes(); in printFunction()
2518 Out << " #" << Machine.getAttributeGroupSlot(Attrs.getFnAttributes()); in printFunction()
2815 Out << " #" << Machine.getAttributeGroupSlot(PAL.getFnAttributes()); in printInstruction()
2855 Out << " #" << Machine.getAttributeGroupSlot(PAL.getFnAttributes()); in printInstruction()
DAttributes.cpp895 AttributeSet AttributeSet::getFnAttributes() const { in getFnAttributes() function in AttributeSet
/external/llvm/lib/Transforms/Utils/
DCloneFunction.cpp113 OldAttrs.getFnAttributes())); in CloneFunctionInto()
/external/llvm/lib/AsmParser/
DLLParser.cpp70 AttrBuilder FnAttrs(AS.getFnAttributes(), AttributeSet::FunctionIndex); in ValidateEndOfModule()
72 AS.getFnAttributes()); in ValidateEndOfModule()
90 AttrBuilder FnAttrs(AS.getFnAttributes(), AttributeSet::FunctionIndex); in ValidateEndOfModule()
92 AS.getFnAttributes()); in ValidateEndOfModule()
101 AttrBuilder FnAttrs(AS.getFnAttributes(), AttributeSet::FunctionIndex); in ValidateEndOfModule()
103 AS.getFnAttributes()); in ValidateEndOfModule()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1674 AttributeSet FnAttrs = CallerPAL.getFnAttributes(); in transformConstExprCastCall()
1827 Attrs.getFnAttributes())); in transformCallThroughTrampoline()
/external/clang/lib/CodeGen/
DCodeGenModule.cpp2327 oldAttrs.getFnAttributes())); in replaceUsesOfNonProtoConstant()