Home
last modified time | relevance | path

Searched refs:set_then_bb (Results 1 – 3 of 3) sorted by relevance

/frameworks/libs/binary_translation/backend/common/
Dmachine_ir_opt.cc99 branch_insn->set_then_bb(new_dest); in RemoveForwarderBlocks()
104 branch_insn->set_then_bb(new_then_bb); in RemoveForwarderBlocks()
/frameworks/libs/binary_translation/backend/x86_64/
Dmachine_ir_opt.cc132 insn->set_then_bb(new_dst); in ChangeBranchTarget()
139 insn->set_then_bb(new_dst); in ChangeBranchTarget()
/frameworks/libs/binary_translation/backend/include/berberis/backend/common/
Dmachine_ir.h452 void set_then_bb(const MachineBasicBlock* then_bb) { then_bb_ = then_bb; } in set_then_bb() function
474 void set_then_bb(const MachineBasicBlock* then_bb) { then_bb_ = then_bb; } in set_then_bb() function