Home
last modified time | relevance | path

Searched defs:then_bb (Results 1 – 4 of 4) sorted by relevance

/frameworks/libs/binary_translation/backend/x86_64/
Dcode.cc155 PseudoBranch::PseudoBranch(const MachineBasicBlock* then_bb) in PseudoBranch()
162 const MachineBasicBlock* then_bb, in PseudoCondBranch()
Dmachine_ir_opt_test.cc1030 auto* then_bb = *bb_it++; in TEST() local
1059 auto* then_bb = *bb_it++; in TEST() local
/frameworks/libs/binary_translation/backend/include/berberis/backend/common/
Dmachine_ir.h451 const MachineBasicBlock* then_bb() const { return then_bb_; } in then_bb() function
452 void set_then_bb(const MachineBasicBlock* then_bb) { then_bb_ = then_bb; } in set_then_bb()
472 const MachineBasicBlock* then_bb() const { return then_bb_; } in then_bb() function
474 void set_then_bb(const MachineBasicBlock* then_bb) { then_bb_ = then_bb; } in set_then_bb()
/frameworks/libs/binary_translation/heavy_optimizer/riscv64/
Dfrontend.cc43 MachineBasicBlock* then_bb = ir->NewBasicBlock(); in CompareAndBranch() local