Searched refs:getFnAttributes (Results 1 – 10 of 10) sorted by relevance
239 Attributes getFnAttributes() const { in getFnAttributes() function
239 if (Attributes FnAttrs = PAL.getFnAttributes()) in DeleteDeadVarargs()658 Attributes FnAttrs = PAL.getFnAttributes(); in RemoveDeadStuffFromFunction()788 Attributes FnAttrs = CallPAL.getFnAttributes(); in RemoveDeadStuffFromFunction()
593 if (Attributes attrs = PAL.getFnAttributes()) in DoPromotion()730 if (Attributes attrs = CallPAL.getFnAttributes()) in DoPromotion()
1506 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()
587 Attributes FAttrs = Attrs.getFnAttributes(); in VerifyFunctionAttrs()
1283 Attributes attr = PAL.getFnAttributes(); in LLVMGetFunctionAttr()
102 .getFnAttributes())); in CloneFunctionInto()
66 Fn->getAttributes().getFnAttributes())); in MachineFunction()
1108 if (Attributes FnAttrs = CallerPAL.getFnAttributes()) in transformConstExprCastCall()1244 if (Attributes Attr = Attrs.getFnAttributes()) in transformCallThroughTrampoline()
1707 if (!(Attrs.getFnAttributes() & llvm::Attribute::NoUnwind)) in EmitCall()