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

  /art/compiler/dex/
dataflow_iterator-inl.h 144 uint16_t loop_head_idx = top.first; local
147 BasicBlock* loop_head = mir_graph_->GetBasicBlock(block_id_list_->Get(loop_head_idx));
150 loop_head_stack_->Insert(std::make_pair(loop_head_idx, true)); // Recalculating this loop.
151 idx_ = loop_head_idx + 1;
global_value_numbering.cc 88 uint16_t loop_head_idx = 0u; // Used only if !use_all_predecessors. local
92 loop_head_idx = top.first;
95 loop_head_idx != mir_graph_->GetTopologicalSortOrderIndexes()->Get(bb->id);
102 mir_graph_->GetTopologicalSortOrderIndexes()->Get(pred_bb->id) < loop_head_idx)) {

Completed in 135 milliseconds