Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dgvn.cc529 HBasicBlock* secondary_match = nullptr; in FindVisitedBlockWithRecyclableSet() local
550 } else if (secondary_match == nullptr && in FindVisitedBlockWithRecyclableSet()
553 secondary_match = current_block; in FindVisitedBlockWithRecyclableSet()
558 return secondary_match; in FindVisitedBlockWithRecyclableSet()