Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dsuperblock_cloner.cc317 HBasicBlock* block_entry = nullptr; in RecalculateBackEdgesInfo() local
329 block_entry = graph_->GetEntryBlock(); in RecalculateBackEdgesInfo()
332 block_entry = outer_loop_->GetHeader(); in RecalculateBackEdgesInfo()
349 FindBackEdgesLocal(block_entry, outer_loop_bb_set); in RecalculateBackEdgesInfo()