HomeSort by relevance Sort by last modified time
    Searched defs:liveness_ (Results 1 - 4 of 4) 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
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_liveness_analysis_test.cc 40 liveness_ = HloLivenessAnalysis::Run(*module).ConsumeValueOrDie();
41 return *liveness_;
57 std::unique_ptr<HloLivenessAnalysis> liveness_; member in class:xla::__anon44490::HloLivenessAnalysisTest
buffer_assignment.h 439 return liveness_->points_to_analysis();
443 const BufferLiveness& liveness() const { return *liveness_; }
478 liveness_(std::move(liveness)),
522 const std::unique_ptr<BufferLiveness> liveness_; member in class:xla::BufferAssignment

Completed in 133 milliseconds