Home | History | Annotate | Download | only in optimizing

Lines Matching defs:live

238   // Allocate a bit vector per register. A live interval that has a register
239 // allocated will populate the associated bit vector based on its live ranges.
411 // If the register is only available for a subset of live ranges
954 BitVector* live = liveness_.GetLiveInSet(*block);
955 for (uint32_t idx : live->Indexes()) {