Lines Matching refs:alwaysinline
7 ; When a function is marked `alwaysinline` and is able to be inlined,
10 ; the function is not exactly defined, and marked alwaysinline and can be inlined,
12 define linkonce void @inner1() alwaysinline {
13 ; CHECK: Function Attrs: alwaysinline nofree norecurse nosync nounwind readnone willreturn
41 ; The function is not alwaysinline and is not exactly defined
67 %r = call i32 @inner2() alwaysinline
71 ; This function cannot be inlined although it is marked alwaysinline
72 ; it is `unexactly defined` and alwaysinline but cannot be inlined.
74 define linkonce i32 @inner3(i8* %addr) alwaysinline {
75 ; IS__TUNIT____: Function Attrs: alwaysinline
85 ; IS__CGSCC____: Function Attrs: alwaysinline
127 ; IS__TUNIT____: attributes #[[ATTR0]] = { alwaysinline nofree norecurse nosync nounwind readnone w…
130 ; IS__TUNIT____: attributes #[[ATTR3]] = { alwaysinline }
132 ; IS__CGSCC____: attributes #[[ATTR0]] = { alwaysinline nofree norecurse nosync nounwind readnone w…
134 ; IS__CGSCC____: attributes #[[ATTR2]] = { alwaysinline }