Home
last modified time | relevance | path

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

/external/llvm/include/llvm/
DAttributes.h239 Attributes getFnAttributes() const { in getFnAttributes() function
/external/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp239 if (Attributes FnAttrs = PAL.getFnAttributes()) in DeleteDeadVarargs()
658 Attributes FnAttrs = PAL.getFnAttributes(); in RemoveDeadStuffFromFunction()
788 Attributes FnAttrs = CallPAL.getFnAttributes(); in RemoveDeadStuffFromFunction()
DArgumentPromotion.cpp593 if (Attributes attrs = PAL.getFnAttributes()) in DoPromotion()
730 if (Attributes attrs = CallPAL.getFnAttributes()) in DoPromotion()
/external/llvm/lib/VMCore/
DAsmWriter.cpp1506 Attributes FnAttrs = Attrs.getFnAttributes(); in printFunction()
1508 Out << ' ' << Attribute::getAsString(Attrs.getFnAttributes()); in printFunction()
1762 if (PAL.getFnAttributes() != Attribute::None) in printInstruction()
1763 Out << ' ' << Attribute::getAsString(PAL.getFnAttributes()); in printInstruction()
1813 if (PAL.getFnAttributes() != Attribute::None) in printInstruction()
1814 Out << ' ' << Attribute::getAsString(PAL.getFnAttributes()); in printInstruction()
DVerifier.cpp587 Attributes FAttrs = Attrs.getFnAttributes(); in VerifyFunctionAttrs()
DCore.cpp1283 Attributes attr = PAL.getFnAttributes(); in LLVMGetFunctionAttr()
/external/llvm/lib/Transforms/Utils/
DCloneFunction.cpp102 .getFnAttributes())); in CloneFunctionInto()
/external/llvm/lib/CodeGen/
DMachineFunction.cpp66 Fn->getAttributes().getFnAttributes())); in MachineFunction()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1108 if (Attributes FnAttrs = CallerPAL.getFnAttributes()) in transformConstExprCastCall()
1244 if (Attributes Attr = Attrs.getFnAttributes()) in transformCallThroughTrampoline()
/external/clang/lib/CodeGen/
DCGCall.cpp1707 if (!(Attrs.getFnAttributes() & llvm::Attribute::NoUnwind)) in EmitCall()