Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dbasicblock.cpp57 auto next_inst = inst->GetNext(); in SplitBlockAfterInstruction() local
58 auto new_bb = GetGraph()->CreateEmptyBlock((next_inst != nullptr) ? next_inst->GetPc() : INVALID_PC); in SplitBlockAfterInstruction()
62 for (; next_inst != nullptr; next_inst = next_inst->GetNext()) { in SplitBlockAfterInstruction()
63 new_bb->AppendInst(next_inst); in SplitBlockAfterInstruction()

Completed in 7 milliseconds