Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dtry_catch_resolving.cpp257 void TryCatchResolving::RemoveCatchPhisImpl(CatchPhiInst *catchPhi, BasicBlock *catchBlock, Inst *t… in RemoveCatchPhisImpl()
300 auto catchPhi = inst->CastToCatchPhi(); in RemoveCatchPhis() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder.cpp49 auto catchPhi = GetGraph()->CreateInstCatchPhi(DataType::NO_TYPE, bb->GetGuestPc()); local
174 Inst *catchPhi = currentBb_->GetFirstInst(); in UpdateDefsForCatch() local
384 auto catchPhi = inst->CastToCatchPhi(); in AddCatchPhiInputs() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_resolver.cpp60 auto catchPhi = catchInst->CastToCatchPhi(); in AddCatchPhiMoves() local
431 Inst *RegAllocResolver::SqueezeCatchPhiInputs(CatchPhiInst *catchPhi) in SqueezeCatchPhiInputs()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dgraph.cpp721 auto catchPhi = catchInst->CastToCatchPhi(); in RemoveThrowableInst() local
746 auto catchPhi = catchInst->CastToCatchPhi(); in ReplaceThrowableInst() local
Dir_constructor.h979 auto catchPhi = inst->CastToCatchPhi(); in ThrowableInsts() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dliveness_analyzer.cpp516 auto catchPhi = inst->CastToCatchPhi(); in AdjustCatchPhiInputsLifetime() local
/arkcompiler/runtime_core/static_core/compiler/tests/
Dreg_alloc_linear_scan_test.cpp1298 auto catchPhi = (&INS(7U))->CastToCatchPhi(); in TEST_F() local