Searched defs:other_block (Results 1 - 2 of 2) sorted by relevance

/art/compiler/optimizing/
H A Dbounds_check_elimination.cc1220 HBasicBlock* other_block = user->GetBlock(); local
1221 if (user->IsBoundsCheck() && block->Dominates(other_block)) {
1239 (block->Dominates(exit) && other_block->Dominates(exit))) {
H A Dnodes.cc1046 HBasicBlock* other_block = other_instruction->GetBlock(); local
1047 if (block != other_block) {

Completed in 46 milliseconds