Searched refs:next_bb (Results 1 – 1 of 1) sorted by relevance
224 auto* next_bb = bb->out_edges()[0]->dst(); in TEST() local226 CheckBasicBlockEndsWith(next_bb, kMachineOpPseudoCondBranch); in TEST()227 ASSERT_EQ(next_bb->out_edges()[1]->dst(), bb); in TEST()