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

  /art/compiler/optimizing/
register_allocation_resolver.h 92 const SsaLivenessAnalysis& liveness_; member in class:art::RegisterAllocationResolver
register_allocator.h 92 const SsaLivenessAnalysis& liveness_; member in class:art::RegisterAllocator
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);
146 for (size_t i = 0, e = liveness_.GetNumberOfSsaValues(); i < e; ++i) {
147 HInstruction* instruction = liveness_.GetInstructionFromSsaIndex(i);
158 BitVector* live = liveness_.GetLiveInSet(*block);
160 LiveInterval* interval = liveness_.GetInstructionFromSsaIndex(idx)->GetLiveInterval();
171 BitVector* live = liveness_.GetLiveInSet(*block);
173 LiveInterval* interval = liveness_.GetInstructionFromSsaIndex(idx)->GetLiveInterval();
207 HInstruction* at = liveness_.GetTempUser(temp)
    [all...]
register_allocator.cc 37 liveness_(liveness) {}
243 HBasicBlock* block_from = liveness_.GetBlockFromPosition(from / 2);
244 HBasicBlock* block_to = liveness_.GetBlockFromPosition(to / 2);
register_allocator_graph_color.cc 717 RegisterAllocationResolver(codegen_, liveness_)
    [all...]
register_allocator_linear_scan.cc 95 RegisterAllocationResolver(codegen_, liveness_)
433 for (size_t i = 0; i < liveness_.GetNumberOfSsaValues(); ++i) {
434 HInstruction* instruction = liveness_.GetInstructionFromSsaIndex(i);
697 int hint = current->FindFirstRegisterHint(free_until, liveness_);
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
buffer_assignment.h 351 return liveness_->points_to_analysis();
355 const BufferLiveness& liveness() const { return *liveness_; }
388 liveness_(std::move(liveness)),
435 const std::unique_ptr<BufferLiveness> liveness_; member in class:xla::BufferAssignment
buffer_assignment.cc 434 liveness_->hlo_ordering().SequentialOrder(*computation);
492 liveness_->points_to_analysis();
    [all...]

Completed in 237 milliseconds