Lines Matching full:blocks
47 /// 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 @p UseMBB, the blocks that need @p LR to be
113 /// PhysReg, when set, is used to verify live-in lists on basic blocks.
118 /// blocks in LiveIn. Create PHI-def values as required to preserve SSA form.
121 /// blocks. No values are read from the live ranges.
171 /// PhysReg, when set, is used to verify live-in lists on basic blocks.
202 // live-out blocks are already known, but the SSA value in each block is
205 // After calling reset(), add known live-out values and known live-in blocks.
238 /// form. Add liveness to all live-in blocks up to the Kill point, or the
239 /// whole block for live-through blocks.
242 /// setLiveOutValue, the value may be null for live-trough blocks.