Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_resolver.cpp58 auto catch_phi = catch_inst->CastToCatchPhi(); in AddCatchPhiMoves() local
290 Inst *RegAllocResolver::SqueezeCatchPhiInputs(CatchPhiInst *catch_phi) in SqueezeCatchPhiInputs()
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_builder.cpp44 Inst *catch_phi = current_bb_->GetFirstInst(); in UpdateDefsForCatch() local
132 auto catch_phi = inst->CastToCatchPhi(); in AddCatchPhiInputs() local
Dinst_builder.h55 auto catch_phi = GetGraph()->CreateInstCatchPhi(); variable
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph.cpp479 auto catch_phi = catch_inst->CastToCatchPhi(); in RemoveThrowableInst() local
501 auto catch_phi = catch_inst->CastToCatchPhi(); in ReplaceThrowableInst() local
Dir_constructor.h775 auto catch_phi = inst->CastToCatchPhi(); in ThrowableInsts() local
/arkcompiler/runtime_core/compiler/tests/
Dcompiler_graph_test.cpp392 auto catch_phi = inst->CastToCatchPhi(); in __anon65fffef30c02() local
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dliveness_analyzer.cpp406 auto catch_phi = inst->CastToCatchPhi(); in AdjustCatchPhiInputsLifetime() local