Lines Matching full:blocks
53 /// LiveOutMap - Map basic blocks to the value leaving the block.
62 /// Blocks without a Seen bit are ignored.
98 /// LiveIn - Work list of blocks where the live-in value has yet to be
110 /// If multiple values can reach Kill, the blocks that need LI to be live in
113 /// PhysReg, when set, is used to verify live-in lists on basic blocks.
120 /// blocks in LiveIn. Create PHI-def values as required to preserve SSA form.
123 /// blocks. No values are read from the live ranges.
167 /// PhysReg, when set, is used to verify live-in lists on basic blocks.
196 // live-out blocks are already known, but the SSA value in each block is
199 // After calling reset(), add known live-out values and known live-in blocks.
232 /// form. Add liveness to all live-in blocks up to the Kill point, or the
233 /// whole block for live-through blocks.
236 /// setLiveOutValue, the value may be null for live-trough blocks.