Home | History | Annotate | Download | only in IPO

Lines Matching refs:Attribute

607 /// SampleProfileGlobalHotThreshold), apply the InlineHint attribute for the
611 /// SampleProfileGlobalColdThreshold), apply the Cold attribute for the inliner
620 /// \returns True if either attribute was applied to \p F.
632 F.addFnAttr(llvm::Attribute::InlineHint);
647 F.addFnAttr(llvm::Attribute::Cold);