Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/ir/
Dbasicblock.cpp58 auto next_inst = inst->GetNext(); in SplitBlockAfterInstruction() local
59 …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()