Records the CFG locations where each region is live. When we initially compute liveness, we use
an interval matrix storing liveness ranges for each region-vid.
Stores the full values for a set of regions (in contrast to
LivenessValues, which only stores those points in the where a
region is live). The full value for a region may contain points in
the CFG, but also free regions as well as bound universe
placeholders.
Either a mapping of which points a region is live at (for regular bodies),
or which regions are live in the body somewhere (for promoteds, which do
not care about where they are live, only that they are).