Searched defs:then_bb (Results 1 – 4 of 4) sorted by relevance
155 PseudoBranch::PseudoBranch(const MachineBasicBlock* then_bb) in PseudoBranch()162 const MachineBasicBlock* then_bb, in PseudoCondBranch()
1030 auto* then_bb = *bb_it++; in TEST() local1059 auto* then_bb = *bb_it++; in TEST() local
451 const MachineBasicBlock* then_bb() const { return then_bb_; } in then_bb() function452 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() function474 void set_then_bb(const MachineBasicBlock* then_bb) { then_bb_ = then_bb; } in set_then_bb()
43 MachineBasicBlock* then_bb = ir->NewBasicBlock(); in CompareAndBranch() local