Lines Matching refs:noinline
2 ; RUN: opt < %s -S -forceattrs -force-attribute foo:noinline | FileCheck %s --check-prefix=CHECK-FOO
3 ; RUN: opt < %s -S -passes=forceattrs -force-attribute foo:noinline | FileCheck %s --check-prefix=C…
5 ; RUN: opt < %s -S -passes=forceattrs -force-remove-attribute goo:noinline | FileCheck %s --check-p…
6 …passes=forceattrs -force-attribute goo:cold -force-remove-attribute goo:noinline | FileCheck %s --…
7 …: opt < %s -S -passes=forceattrs -force-attribute goo:noinline -force-remove-attribute goo:noinlin…
18 ; Remove `noinline` attribute.
21 ; Add `cold` and remove `noinline` leaving `cold` only.
25 ; `noinline` is removed.
31 attributes #0 = { noinline }
33 ; CHECK-FOO: attributes #0 = { noinline }
34 ; REMOVE-COLD: attributes #0 = { noinline }