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

  /art/compiler/optimizing/
ssa_liveness_analysis.cc 248 current->GetLiveInterval()->AddRange(block->GetLifetimeStart(), block->GetLifetimeEnd());
315 size_t last_position = block->GetLoopInformation()->GetLifetimeEnd();
397 size_t position = predecessor->GetLifetimeEnd() - 1;
432 if (end == user->GetBlock()->GetPredecessors()[input_index]->GetLifetimeEnd()) {
439 user->GetBlock()->GetPredecessors()[i]->GetLifetimeEnd() - 1);
476 size_t end = predecessors[i]->GetLifetimeEnd();
ssa_liveness_analysis.h 339 instruction, /* environment */ nullptr, input_index, block->GetLifetimeEnd(), first_use_);
    [all...]
graph_visualizer.cc 709 PrintInt("to_bci", block->GetLifetimeEnd());
nodes.cc 719 size_t HLoopInformation::GetLifetimeEnd() const {
722 last_position = std::max(back_edge->GetLifetimeEnd(), last_position);
    [all...]
register_allocator.cc     [all...]
nodes.h 701 size_t GetLifetimeEnd() const;
    [all...]

Completed in 86 milliseconds