Searched refs:other_block (Results 1 – 2 of 2) sorted by relevance
1423 HBasicBlock* other_block = user->GetBlock(); in AddComparesWithDeoptimization() local1424 if (user->IsBoundsCheck() && block->Dominates(other_block)) { in AddComparesWithDeoptimization()1442 (block->Dominates(exit) && other_block->Dominates(exit))) { in AddComparesWithDeoptimization()
1244 HBasicBlock* other_block = other_instruction->GetBlock(); in StrictlyDominates() local1245 if (block != other_block) { in StrictlyDominates()