Home
last modified time | relevance | path

Searched defs:throwable_inst (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dir_builder.cpp146 …auto throwable_inst = (current_last_inst == nullptr) ? bb->GetFirstInst() : current_last_inst->Get… in BuildInstructionsForBB() local
163 void IrBuilder::ProcessThrowableInstructions(InstBuilder *inst_builder, Inst *throwable_inst) in ProcessThrowableInstructions()
Dinst_builder.cpp119 Inst *throwable_inst) in AddCatchPhiInputs()
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dliveness_analyzer.cpp410 auto throwable_inst = const_cast<Inst *>(catch_phi->GetThrowableInst(input_idx)); in AdjustCatchPhiInputsLifetime() local