Searched refs:other_block (Results 1 – 2 of 2) sorted by relevance
1220 HBasicBlock* other_block = user->GetBlock(); in AddComparesWithDeoptimization() local1221 if (user->IsBoundsCheck() && block->Dominates(other_block)) { in AddComparesWithDeoptimization()1239 (block->Dominates(exit) && other_block->Dominates(exit))) { in AddComparesWithDeoptimization()
1046 HBasicBlock* other_block = other_instruction->GetBlock(); in StrictlyDominates() local1047 if (block != other_block) { in StrictlyDominates()