Home
last modified time | relevance | path

Searched refs:cur_block (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dexecution_subgraph.cc114 const HBasicBlock* cur_block = graph_->GetEntryBlock(); in Prune() local
118 DCHECK(std::find(current_path.cbegin(), current_path.cend(), cur_block->GetBlockId()) == in Prune()
126 current_path.push_back(cur_block->GetBlockId()); in Prune()
127 visiting.SetBit(cur_block->GetBlockId()); in Prune()
128 cur_block = blk; in Prune()
138 cur_block = nullptr; in Prune()
143 cur_block = last; in Prune()
160 DCHECK(cur_block != nullptr); in Prune()
161 uint32_t id = cur_block->GetBlockId(); in Prune()
162 DCHECK((current_path.empty() && cur_block == graph_->GetEntryBlock()) || in Prune()
[all …]