Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dir_builder.cpp270 …auto throwableInst = (currentLastInst == nullptr) ? currentBb->GetFirstInst() : currentLastInst->G… in AddInstructionToBB() local
320 void IrBuilder::ProcessThrowableInstructions(Inst *throwableInst) in ProcessThrowableInstructions()
Dinst_builder.cpp372 Inst *throwableInst) in AddCatchPhiInputs()
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dliveness_analyzer.cpp520 auto throwableInst = const_cast<Inst *>(catchPhi->GetThrowableInst(inputIdx)); in AdjustCatchPhiInputsLifetime() local