• Home
  • Raw
  • Download

Lines Matching refs:void

5 define void @f() {
10 ret void
14 define void @f1() {
15 ret void
17 define void @f2() {
18 ret void
20 define void @f3() {
21 ret void
23 define void @f4() {
24 ret void
26 define void @f5() {
27 ret void
29 define void @f6() {
30 ret void
32 define void @f7() {
33 ret void
35 define void @f8() {
36 ret void
38 define void @f9() {
39 ret void
41 define void @f10() {
42 ret void
44 define void @f11() {
45 ret void
47 define void @f12() {
48 ret void
53 define void @test0() {
59 call void @f()
60 call void @f()
61 call void @f()
62 call void @f()
63 ret void
66 define void ()* @test1(void ()** %x) personality i32 (...)* @__gxx_personality_v0 {
89 phi void ()* [ @f1, %entry ], [ @f2, %dead ]
90 select i1 true, void ()* @f3, void ()* @f4
91 store void ()* @f5, void ()** %x
92 call void @f6()
93 …call void (void ()*, void ()*) bitcast (void ()* @f7 to void (void ()*, void ()*)*)(void ()* @f8,
94 invoke void @f10() to label %exit unwind label %unwind
97 ret void ()* @f11
102 resume { i8*, i32 } { i8* bitcast (void ()* @f12 to i8*), i32 42 }
105 @g = global void ()* @f1
106 @g1 = global [4 x void ()*] [void ()* @f2, void ()* @f3, void ()* @f4, void ()* @f5]
107 @g2 = global {i8, void ()*, i8} {i8 1, void ()* @f6, i8 2}
108 @h = constant void ()* @f7
110 define void @test2() {
121 load i8*, i8** bitcast (void ()** @g to i8**)
122 …load i8*, i8** bitcast (void ()** getelementptr ([4 x void ()*], [4 x void ()*]* @g1, i32 0, i32 2…
123 …load i8*, i8** bitcast (void ()** getelementptr ({i8, void ()*, i8}, {i8, void ()*, i8}* @g2, i32 …
124 load i8*, i8** bitcast (void ()** @h to i8**)
125 ret void
128 @test3_ptr = external global void ()*
130 define void @test3_aa1() {
137 call void @test3_aa2()
138 store void ()* @test3_ab1, void ()** @test3_ptr
139 ret void
142 define void @test3_aa2() {
149 call void @test3_aa1()
150 call void @test3_ab2()
151 ret void
154 define void @test3_ab1() {
161 call void @test3_ab2()
162 call void @test3_ac1()
163 ret void
166 define void @test3_ab2() {
173 call void @test3_ab1()
174 call void @test3_ba1()
175 ret void
178 define void @test3_ac1() {
185 call void @test3_ac2()
186 store void ()* @test3_aa2, void ()** @test3_ptr
187 ret void
190 define void @test3_ac2() {
197 call void @test3_ac1()
198 store void ()* @test3_ba1, void ()** @test3_ptr
199 ret void
202 define void @test3_ba1() {
209 call void @test3_bb1()
210 store void ()* @test3_ca1, void ()** @test3_ptr
211 ret void
214 define void @test3_bb1() {
221 call void @test3_ca2()
222 store void ()* @test3_ba1, void ()** @test3_ptr
223 ret void
226 define void @test3_ca1() {
232 call void @test3_ca2()
233 ret void
236 define void @test3_ca2() {
242 call void @test3_ca3()
243 ret void
246 define void @test3_ca3() {
252 call void @test3_ca1()
253 ret void