Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator.h200 bool GoesToNextBlock(HBasicBlock* current, HBasicBlock* next) const;
Dcode_generator.cc308 bool CodeGenerator::GoesToNextBlock(HBasicBlock* current, HBasicBlock* next) const { in GoesToNextBlock() function in art::CodeGenerator
Dcode_generator_arm64.cc3505 if (!codegen_->GoesToNextBlock(block, successor)) { in HandleGoto()
3646 if (codegen_->GoesToNextBlock(if_instr->GetBlock(), true_successor)) { in VisitIf()
3650 if (codegen_->GoesToNextBlock(if_instr->GetBlock(), false_successor)) { in VisitIf()
6349 if (!codegen_->GoesToNextBlock(switch_instr->GetBlock(), default_block)) { in VisitPackedSwitch()
Dcode_generator_x86_64.cc1730 if (!codegen_->GoesToNextBlock(got->GetBlock(), successor)) { in HandleGoto()
1971 Label* true_target = codegen_->GoesToNextBlock(if_instr->GetBlock(), true_successor) ? in VisitIf()
1973 Label* false_target = codegen_->GoesToNextBlock(if_instr->GetBlock(), false_successor) ? in VisitIf()
7687 if (!codegen_->GoesToNextBlock(switch_instr->GetBlock(), default_block)) { in VisitPackedSwitch()
Dcode_generator_x86.cc1654 if (!codegen_->GoesToNextBlock(got->GetBlock(), successor)) { in HandleGoto()
1975 Label* true_target = codegen_->GoesToNextBlock(if_instr->GetBlock(), true_successor) ? in VisitIf()
1977 Label* false_target = codegen_->GoesToNextBlock(if_instr->GetBlock(), false_successor) ? in VisitIf()
8599 if (!codegen_->GoesToNextBlock(switch_block, default_block)) { in GenPackedSwitchWithCompares()
Dcode_generator_arm_vixl.cc2647 if (!codegen_->GoesToNextBlock(block, successor)) { in HandleGoto()
2820 vixl32::Label* true_target = codegen_->GoesToNextBlock(if_instr->GetBlock(), true_successor) ? in VisitIf()
2822 vixl32::Label* false_target = codegen_->GoesToNextBlock(if_instr->GetBlock(), false_successor) ? in VisitIf()
9760 if (!codegen_->GoesToNextBlock(switch_instr->GetBlock(), default_block)) { in VisitPackedSwitch()