Home
last modified time | relevance | path

Searched refs:liveness_ (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dregister_allocator.cc45 liveness_(liveness), in RegisterAllocator()
449 for (size_t i = 0; i < liveness_.GetNumberOfSsaValues(); ++i) { in ValidateInternal()
450 HInstruction* instruction = liveness_.GetInstructionFromSsaIndex(i); in ValidateInternal()
814 int hint = current->FindFirstRegisterHint(free_until, liveness_); in TryAllocateFreeReg()
1080 HInstruction* at = liveness_.GetInstructionFromPosition(first_register_use / 2); in AllocateBlockedReg()
1202 HBasicBlock* block_from = liveness_.GetBlockFromPosition(from / 2); in SplitBetween()
1203 HBasicBlock* block_to = liveness_.GetBlockFromPosition(to / 2); in SplitBetween()
1461 HInstruction* at = liveness_.GetInstructionFromPosition(position / 2); in InsertParallelMoveAt()
1469 at = liveness_.GetInstructionFromPosition((position + 1) / 2); in InsertParallelMoveAt()
1835 for (size_t i = 0, e = liveness_.GetNumberOfSsaValues(); i < e; ++i) { in Resolve()
[all …]
Dregister_allocator.h164 const SsaLivenessAnalysis& liveness_; variable