Lines Matching full:mutable
2 Kaleidoscope: Extending the Language: Mutable Variables
26 for an imperative language with mutable variables.
36 To understand why mutable variables cause complexities in SSA
90 assignments to mutable variables?". The issue here is that LLVM
110 mutable object in a function. To take advantage of this trick, we need
166 With this, we have discovered a way to handle arbitrary mutable
169 #. Each mutable variable becomes a stack allocation.
209 pass is the answer to dealing with mutable variables, and we highly
241 for local mutable variables. As such, the most common clients of LLVM
256 mutable variables now!
258 Mutable Variables in Kaleidoscope
337 /// the function. This is used for mutable variables etc.
401 This code is virtually identical to the code `before we allowed mutable
406 To support mutable argument variables, we need to also make allocas for
866 mutable variables and var/in support. To build this example, use: