Constants§
Functions§
- compute_
livein - create_
mem2reg_ pass - promote_
locals - Promote locals to registers. We promote only locals of copy types,
whose every use is in a
get_local
without offsets, and the result of such aget_local
is used only in a load or a store. - promote_
to_ registers - Promote memory values that are accessed via load/store to SSA registers.