Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dtry_catch_resolving.cpp203 void TryCatchResolving::RemoveCatchPhisImpl(CatchPhiInst *catchPhi, BasicBlock *catchBlock, Inst *t… in RemoveCatchPhisImpl()
246 auto catchPhi = inst->CastToCatchPhi(); in RemoveCatchPhis() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder.cpp108 Inst *catchPhi = currentBb_->GetFirstInst(); in UpdateDefsForCatch() local
202 auto catchPhi = inst->CastToCatchPhi(); in AddCatchPhiInputs() local
Dinst_builder.h63 … auto catchPhi = GetGraph()->CreateInstCatchPhi(DataType::NO_TYPE, bb->GetGuestPc()); variable
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_resolver.cpp60 auto catchPhi = catchInst->CastToCatchPhi(); in AddCatchPhiMoves() local
432 Inst *RegAllocResolver::SqueezeCatchPhiInputs(CatchPhiInst *catchPhi) in SqueezeCatchPhiInputs()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dgraph.cpp715 auto catchPhi = catchInst->CastToCatchPhi(); in RemoveThrowableInst() local
737 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.cpp511 auto catchPhi = inst->CastToCatchPhi(); in AdjustCatchPhiInputsLifetime() local
/arkcompiler/runtime_core/static_core/compiler/tests/
Dreg_alloc_linear_scan_test.cpp1245 auto catchPhi = (&INS(7U))->CastToCatchPhi(); in TEST_F() local