Home | History | Annotate | Download | only in optimizing

Lines Matching full:liveness_

30         liveness_(liveness) {}
58 for (size_t i = 0, e = liveness_.GetNumberOfSsaValues(); i < e; ++i) {
59 HInstruction* instruction = liveness_.GetInstructionFromSsaIndex(i);
143 for (size_t i = 0, e = liveness_.GetNumberOfSsaValues(); i < e; ++i) {
144 HInstruction* instruction = liveness_.GetInstructionFromSsaIndex(i);
155 BitVector* live = liveness_.GetLiveInSet(*block);
157 LiveInterval* interval = liveness_.GetInstructionFromSsaIndex(idx)->GetLiveInterval();
168 BitVector* live = liveness_.GetLiveInSet(*block);
170 LiveInterval* interval = liveness_.GetInstructionFromSsaIndex(idx)->GetLiveInterval();
204 HInstruction* at = liveness_.GetTempUser(temp);
205 size_t temp_index = liveness_.GetTempIndex(temp);
230 for (size_t i = 0, e = liveness_.GetNumberOfSsaValues(); i < e; ++i) {
231 HInstruction* instruction = liveness_.GetInstructionFromSsaIndex(i);
560 HInstruction* at = liveness_.GetInstructionFromPosition(position / 2);
568 at = liveness_.GetInstructionFromPosition((position + 1) / 2);