Structs§
- Liveness
Info - Liveness information for a CFG.
- RegUsage
- Per-instruction register usage info.
Functions§
- compute_
liveness - Compute liveness analysis for the given CFG. Returns per-block live-in and live-out sets.
- instruction_
reg_ usage - Compute register defs/uses for a single instruction.
- is_
reg_ live_ after - Check if a register is live at a given pc within a block. This does a local scan from end of block backwards.