Searched refs:next_inst (Results 1 – 1 of 1) sorted by relevance
58 auto next_inst = inst->GetNext(); in SplitBlockAfterInstruction() local59 …auto new_bb = GetGraph()->CreateEmptyBlock((next_inst != nullptr) ? next_inst->GetPc() : INVALID_P… in SplitBlockAfterInstruction()63 for (; next_inst != nullptr; next_inst = next_inst->GetNext()) { in SplitBlockAfterInstruction()64 new_bb->AppendInst(next_inst); in SplitBlockAfterInstruction()