Construct a liveness analyzer for machine register info mri and data-flow graph g.
Declared in <llvm/CodeGen/RDFLiveness.h>
Liveness(
MachineRegisterInfo& mri,
DataFlowGraph const& g);
| Name | Description |
|---|---|
| mri | Machine register info for the function under analysis. |
| g | Data-flow graph whose dominance and register info are used. |