Lines Matching refs:SSA
22 directly in `SSA
24 Since LLVM requires that the input code be in SSA form, this is a very
29 for your front-end to build SSA form: LLVM provides highly tuned and
36 To understand why mutable variables cause complexities in SSA
85 of this chapter is not to explain the details of SSA form. For more
91 *requires* that its IR be in SSA form: there is no "non-ssa" mode for
92 it. However, SSA construction requires non-trivial algorithms and data
100 be in SSA form, it does not require (or permit) memory objects to be in
101 SSA form. In the example above, note that the loads from G and H are
180 into SSA registers, inserting Phi nodes as appropriate. If you run this
207 algorithm for constructing SSA form and has a number of optimizations
234 front-end? Wouldn't it be better if I just did SSA construction
236 strongly recommend that you use this technique for building SSA form,
633 goal: getting this to work requires SSA construction in the general
858 optimizes all of our stack variables into SSA registers, inserting PHI