Indicate that VNI is live out from MBB.
Declared in <llvm/CodeGen/LiveRangeCalc.h>
void
setLiveOutValue(
MachineBasicBlock* MBB,
VNInfo* VNI);
The calculateValues() function will not add liveness for MBB, the caller should take care of that.
VNI may be null only if MBB is a live-through block also passed to addLiveInBlock().
| Name | Description |
|---|---|
| MBB | Basic block that the value leaves. |
| VNI | Value number live out of MBB, or null for a live-through block. |