Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator.h199 bool GoesToNextBlock(HBasicBlock* current, HBasicBlock* next) const;
Dcode_generator_arm64.cc3424 if (!codegen_->GoesToNextBlock(block, successor)) { in HandleGoto()
3565 if (codegen_->GoesToNextBlock(if_instr->GetBlock(), true_successor)) { in VisitIf()
3569 if (codegen_->GoesToNextBlock(if_instr->GetBlock(), false_successor)) { in VisitIf()
6135 if (!codegen_->GoesToNextBlock(switch_instr->GetBlock(), default_block)) { in VisitPackedSwitch()
Dcode_generator.cc307 bool CodeGenerator::GoesToNextBlock(HBasicBlock* current, HBasicBlock* next) const { in GoesToNextBlock() function in art::CodeGenerator
Dcode_generator_x86_64.cc1657 if (!codegen_->GoesToNextBlock(got->GetBlock(), successor)) { in HandleGoto()
1898 Label* true_target = codegen_->GoesToNextBlock(if_instr->GetBlock(), true_successor) ? in VisitIf()
1900 Label* false_target = codegen_->GoesToNextBlock(if_instr->GetBlock(), false_successor) ? in VisitIf()
7548 if (!codegen_->GoesToNextBlock(switch_instr->GetBlock(), default_block)) { in VisitPackedSwitch()
Dcode_generator_x86.cc1488 if (!codegen_->GoesToNextBlock(got->GetBlock(), successor)) { in HandleGoto()
1809 Label* true_target = codegen_->GoesToNextBlock(if_instr->GetBlock(), true_successor) ? in VisitIf()
1811 Label* false_target = codegen_->GoesToNextBlock(if_instr->GetBlock(), false_successor) ? in VisitIf()
8261 if (!codegen_->GoesToNextBlock(switch_block, default_block)) { in GenPackedSwitchWithCompares()
Dcode_generator_arm_vixl.cc2618 if (!codegen_->GoesToNextBlock(block, successor)) { in HandleGoto()
2791 vixl32::Label* true_target = codegen_->GoesToNextBlock(if_instr->GetBlock(), true_successor) ? in VisitIf()
2793 vixl32::Label* false_target = codegen_->GoesToNextBlock(if_instr->GetBlock(), false_successor) ? in VisitIf()
9590 if (!codegen_->GoesToNextBlock(switch_instr->GetBlock(), default_block)) { in VisitPackedSwitch()