Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dbounds_check_elimination.cc1423 HBasicBlock* other_block = user->GetBlock(); in AddComparesWithDeoptimization() local
1424 if (user->IsBoundsCheck() && block->Dominates(other_block)) { in AddComparesWithDeoptimization()
1442 (block->Dominates(exit) && other_block->Dominates(exit))) { in AddComparesWithDeoptimization()
Dnodes.cc1244 HBasicBlock* other_block = other_instruction->GetBlock(); in StrictlyDominates() local
1245 if (block != other_block) { in StrictlyDominates()