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.cpp232 …auto throwableInst = (currentLastInst == nullptr) ? currentBb->GetFirstInst() : currentLastInst->G… in BuildInstructionsForBB() local
255 void IrBuilder::ProcessThrowableInstructions(InstBuilder *instBuilder, Inst *throwableInst) in ProcessThrowableInstructions()
Dinst_builder.cpp190 Inst *throwableInst) in AddCatchPhiInputs()
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dliveness_analyzer.cpp515 auto throwableInst = const_cast<Inst *>(catchPhi->GetThrowableInst(inputIdx)); in AdjustCatchPhiInputsLifetime() local