Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dbounds_check_elimination.cc1322 HBasicBlock* other_block = user->GetBlock(); in AddComparesWithDeoptimization() local
1323 if (user->IsBoundsCheck() && block->Dominates(other_block)) { in AddComparesWithDeoptimization()
1341 (block->Dominates(exit) && other_block->Dominates(exit))) { in AddComparesWithDeoptimization()
Dnodes.cc1245 HBasicBlock* other_block = other_instruction->GetBlock(); in StrictlyDominates() local
1246 if (block != other_block) { in StrictlyDominates()