Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dir_builder.cpp142 auto current_last_inst = bb->GetLastInst(); in BuildInstructionsForBB() local
154 …auto throwable_inst = (current_last_inst == nullptr) ? bb->GetFirstInst() : current_last_inst->Get… in BuildInstructionsForBB()