HomeSort by relevance Sort by last modified time
    Searched full:liveness_ (Results 1 - 6 of 6) sorted by null

  /art/compiler/optimizing/
register_allocation_resolver.cc 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)
    [all...]
register_allocator.cc 36 liveness_(liveness) {}
224 HBasicBlock* block_from = liveness_.GetBlockFromPosition(from / 2);
225 HBasicBlock* block_to = liveness_.GetBlockFromPosition(to / 2);
register_allocation_resolver.h 95 const SsaLivenessAnalysis& liveness_; member in class:art::RegisterAllocationResolver
register_allocator.h 94 const SsaLivenessAnalysis& liveness_; member in class:art::RegisterAllocator
register_allocator_linear_scan.cc 93 RegisterAllocationResolver(allocator_, codegen_, liveness_)
429 for (size_t i = 0; i < liveness_.GetNumberOfSsaValues(); ++i) {
430 HInstruction* instruction = liveness_.GetInstructionFromSsaIndex(i);
689 int hint = current->FindFirstRegisterHint(free_until, liveness_);
    [all...]
register_allocator_graph_color.cc 693 RegisterAllocationResolver(allocator_, codegen_, liveness_)
712 for (size_t i = 0; i < liveness_.GetNumberOfSsaValues(); ++i) {
713 HInstruction* instruction = liveness_.GetInstructionFromSsaIndex(i);
    [all...]

Completed in 2998 milliseconds