Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dgvn.cc538 HBasicBlock* current_block = block->GetGraph()->GetBlocks()[block_id]; in FindVisitedBlockWithRecyclableSet() local
547 if (!WillBeReferencedAgain(current_block)) { in FindVisitedBlockWithRecyclableSet()
548 return current_block; in FindVisitedBlockWithRecyclableSet()
552 if (!WillBeReferencedAgain(current_block)) { in FindVisitedBlockWithRecyclableSet()
553 secondary_match = current_block; in FindVisitedBlockWithRecyclableSet()