Searched refs:other_block (Results 1 – 2 of 2) sorted by relevance
1322 HBasicBlock* other_block = user->GetBlock(); in AddComparesWithDeoptimization() local1323 if (user->IsBoundsCheck() && block->Dominates(other_block)) { in AddComparesWithDeoptimization()1341 (block->Dominates(exit) && other_block->Dominates(exit))) { in AddComparesWithDeoptimization()
1245 HBasicBlock* other_block = other_instruction->GetBlock(); in StrictlyDominates() local1246 if (block != other_block) { in StrictlyDominates()