Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dsuperblock_cloner.cc285 HBasicBlock* block_entry = nullptr; in RecalculateBackEdgesInfo() local
297 block_entry = graph_->GetEntryBlock(); in RecalculateBackEdgesInfo()
300 block_entry = outer_loop_->GetHeader(); in RecalculateBackEdgesInfo()
317 FindBackEdgesLocal(block_entry, outer_loop_bb_set); in RecalculateBackEdgesInfo()