Home
last modified time | relevance | path

Searched refs:GoesToNextBlock (Results 1 – 9 of 9) sorted by relevance

/art/compiler/optimizing/
Dcode_generator.h196 bool GoesToNextBlock(HBasicBlock* current, HBasicBlock* next) const;
Dcode_generator.cc165 bool CodeGenerator::GoesToNextBlock(HBasicBlock* current, HBasicBlock* next) const { in GoesToNextBlock() function in art::CodeGenerator
Dcode_generator_arm64.cc3538 if (!codegen_->GoesToNextBlock(block, successor)) { in HandleGoto()
3679 if (codegen_->GoesToNextBlock(if_instr->GetBlock(), true_successor)) { in VisitIf()
3683 if (codegen_->GoesToNextBlock(if_instr->GetBlock(), false_successor)) { in VisitIf()
5799 if (!codegen_->GoesToNextBlock(switch_instr->GetBlock(), default_block)) { in VisitPackedSwitch()
Dcode_generator_mips64.cc3335 if (!codegen_->GoesToNextBlock(block, successor)) { in HandleGoto()
3904 Mips64Label* true_target = codegen_->GoesToNextBlock(if_instr->GetBlock(), true_successor) ? in VisitIf()
3906 Mips64Label* false_target = codegen_->GoesToNextBlock(if_instr->GetBlock(), false_successor) ? in VisitIf()
6175 if (!codegen_->GoesToNextBlock(switch_block, default_block)) { in GenPackedSwitchWithCompares()
Dcode_generator_x86_64.cc1469 if (!codegen_->GoesToNextBlock(got->GetBlock(), successor)) { in HandleGoto()
1709 Label* true_target = codegen_->GoesToNextBlock(if_instr->GetBlock(), true_successor) ? in VisitIf()
1711 Label* false_target = codegen_->GoesToNextBlock(if_instr->GetBlock(), false_successor) ? in VisitIf()
6829 if (!codegen_->GoesToNextBlock(switch_instr->GetBlock(), default_block)) { in VisitPackedSwitch()
Dcode_generator_x86.cc1366 if (!codegen_->GoesToNextBlock(got->GetBlock(), successor)) { in HandleGoto()
1687 Label* true_target = codegen_->GoesToNextBlock(if_instr->GetBlock(), true_successor) ? in VisitIf()
1689 Label* false_target = codegen_->GoesToNextBlock(if_instr->GetBlock(), false_successor) ? in VisitIf()
7454 if (!codegen_->GoesToNextBlock(switch_block, default_block)) { in GenPackedSwitchWithCompares()
Dcode_generator_arm.cc2405 if (!codegen_->GoesToNextBlock(got->GetBlock(), successor)) { in HandleGoto()
2677 Label* true_target = codegen_->GoesToNextBlock(if_instr->GetBlock(), true_successor) ? in VisitIf()
2679 Label* false_target = codegen_->GoesToNextBlock(if_instr->GetBlock(), false_successor) ? in VisitIf()
8589 if (!codegen_->GoesToNextBlock(switch_instr->GetBlock(), default_block)) { in VisitPackedSwitch()
Dcode_generator_arm_vixl.cc2440 if (!codegen_->GoesToNextBlock(block, successor)) { in HandleGoto()
2710 vixl32::Label* true_target = codegen_->GoesToNextBlock(if_instr->GetBlock(), true_successor) ? in VisitIf()
2712 vixl32::Label* false_target = codegen_->GoesToNextBlock(if_instr->GetBlock(), false_successor) ? in VisitIf()
8732 if (!codegen_->GoesToNextBlock(switch_instr->GetBlock(), default_block)) { in VisitPackedSwitch()
Dcode_generator_mips.cc3805 if (!codegen_->GoesToNextBlock(block, successor)) { in HandleGoto()
5153 MipsLabel* true_target = codegen_->GoesToNextBlock(if_instr->GetBlock(), true_successor) ? in VisitIf()
5155 MipsLabel* false_target = codegen_->GoesToNextBlock(if_instr->GetBlock(), false_successor) ? in VisitIf()
8408 if (!codegen_->GoesToNextBlock(switch_block, default_block)) { in GenPackedSwitchWithCompares()