Home
last modified time | relevance | path

Searched defs:catch_phi (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_builder.cpp45 Inst *catch_phi = current_bb_->GetFirstInst(); in UpdateDefsForCatch() local
133 auto catch_phi = inst->CastToCatchPhi(); in AddCatchPhiInputs() local
Dinst_builder.h56 auto catch_phi = GetGraph()->CreateInstCatchPhi(); variable
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_resolver.cpp60 auto catch_phi = catch_inst->CastToCatchPhi(); in AddCatchPhiMoves() local
419 Inst *RegAllocResolver::SqueezeCatchPhiInputs(CatchPhiInst *catch_phi) in SqueezeCatchPhiInputs()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dtry_catch_resolving.cpp179 auto catch_phi = inst->CastToCatchPhi(); in RemoveCatchPhis() local
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph.cpp653 auto catch_phi = catch_inst->CastToCatchPhi(); in RemoveThrowableInst() local
675 auto catch_phi = catch_inst->CastToCatchPhi(); in ReplaceThrowableInst() local
Dir_constructor.h812 auto catch_phi = inst->CastToCatchPhi(); in ThrowableInsts() local
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dliveness_analyzer.cpp447 auto catch_phi = inst->CastToCatchPhi(); in AdjustCatchPhiInputsLifetime() local