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

  /art/compiler/dex/
dataflow_iterator-inl.h 141 while (loop_head_stack_->Size() != 0u &&
142 loop_ends_->Get(loop_head_stack_->Peek().first) == idx_) {
143 auto top = loop_head_stack_->Peek();
146 loop_head_stack_->Pop();
150 loop_head_stack_->Insert(std::make_pair(loop_head_idx, true)); // Recalculating this loop.
167 loop_head_stack_->Insert(std::make_pair(idx, false)); // Not recalculating.
dataflow_iterator.h 413 loop_head_stack_(mir_graph_->GetTopologicalSortOrderLoopHeadStack()) {
419 DCHECK_EQ(loop_head_stack_->Size(), 0u);
423 DCHECK_EQ(loop_head_stack_->Size(), 0u);
435 GrowableArray<std::pair<uint16_t, bool>>* const loop_head_stack_; member in class:art::LoopRepeatingTopologicalSortIterator

Completed in 4802 milliseconds