Lines Matching refs:malloc
5 declare i8* @malloc(i64) #1
8 %m = call i8* @malloc(i64 4)
18 %m = call i8* @malloc(i64 4)
29 ; we cannot remove the alloc site: call to malloc
30 ; The comparison should fold to false irrespective of whether the call to malloc can be elided or n…
34 %m = call i8* @malloc(i64 24)
46 %m = call i8* @malloc(i64 24)
58 %m = call i8* @malloc(i64 24)
72 %m = call i8* @malloc(i64 24)
87 %m = call i8* @malloc(i64 4)
88 %n = call i8* @malloc(i64 4)
96 ; call to malloc and the bitcast instructions are elided after that since there are no uses of the …
98 %m = call i8* @malloc(i64 4)
108 ; The malloc call for %m cannot be elided since it is used in the call to function f.
110 %m = call i8* @malloc(i64 4)
117 ; CHECK-NEXT: %m = call i8* @malloc(i64 4)
129 %m = call i8* @malloc(i64 4)
130 %n = call i8* @malloc(i64 4)
150 ; The malloc call for %m cannot be elided since it is used in the call to function f.
153 %m = call i8* @malloc(i64 4)
154 %n = call i8* @malloc(i64 4)
159 ; CHECK-NEXT: %m = call i8* @malloc(i64 4)