Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dsuperblock_cloner.cc319 HBasicBlock* block_entry = nullptr; in RecalculateBackEdgesInfo() local
331 block_entry = graph_->GetEntryBlock(); in RecalculateBackEdgesInfo()
334 block_entry = outer_loop_->GetHeader(); in RecalculateBackEdgesInfo()
351 FindBackEdgesLocal(block_entry, outer_loop_bb_set); in RecalculateBackEdgesInfo()