Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp239 if (Attributes FnAttrs = PAL.getFnAttributes()) in DeleteDeadVarargs()
658 Attributes FnAttrs = PAL.getFnAttributes(); in RemoveDeadStuffFromFunction()
787 Attributes FnAttrs = CallPAL.getFnAttributes(); in RemoveDeadStuffFromFunction()
DArgumentPromotion.cpp590 if (Attributes attrs = PAL.getFnAttributes()) in DoPromotion()
725 if (Attributes attrs = CallPAL.getFnAttributes()) in DoPromotion()
/external/llvm/include/llvm/
DAttributes.h342 Attributes getFnAttributes() const { in getFnAttributes() function
/external/llvm/lib/VMCore/
DAsmWriter.cpp1595 Attributes FnAttrs = Attrs.getFnAttributes(); in printFunction()
1597 Out << ' ' << Attribute::getAsString(Attrs.getFnAttributes()); in printFunction()
1880 if (PAL.getFnAttributes() != Attribute::None) in printInstruction()
1881 Out << ' ' << Attribute::getAsString(PAL.getFnAttributes()); in printInstruction()
1931 if (PAL.getFnAttributes() != Attribute::None) in printInstruction()
1932 Out << ' ' << Attribute::getAsString(PAL.getFnAttributes()); in printInstruction()
DVerifier.cpp597 Attributes FAttrs = Attrs.getFnAttributes(); in VerifyFunctionAttrs()
DCore.cpp1385 Attributes attr = PAL.getFnAttributes(); in LLVMGetFunctionAttr()
/external/llvm/lib/Transforms/Utils/
DCloneFunction.cpp105 .getFnAttributes())); in CloneFunctionInto()
/external/llvm/lib/CodeGen/
DMachineFunction.cpp64 Fn->getAttributes().getFnAttributes())); in MachineFunction()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1173 if (Attributes FnAttrs = CallerPAL.getFnAttributes()) in transformConstExprCastCall()
1311 if (Attributes Attr = Attrs.getFnAttributes()) in transformCallThroughTrampoline()
/external/clang/lib/CodeGen/
DCGCall.cpp2130 if (!(Attrs.getFnAttributes() & llvm::Attribute::NoUnwind)) in EmitCall()
DCodeGenModule.cpp1792 if (llvm::Attributes FnAttrs = AttrList.getFnAttributes()) in ReplaceUsesOfNonProtoTypeWithRealFunction()