Home
last modified time | relevance | path

Searched refs:CatchPhiInst (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dtry_catch_resolving.h57 void RemoveCatchPhisImpl(CatchPhiInst *catchPhi, BasicBlock *catchBlock, Inst *throwInst);
65 ArenaMap<CatchPhiInst *, PhiInst *> cphi2phi_;
H A Dtry_catch_resolving.cpp257 void TryCatchResolving::RemoveCatchPhisImpl(CatchPhiInst *catchPhi, BasicBlock *catchBlock, Inst *throwInst) in RemoveCatchPhisImpl()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
H A Dreg_alloc_resolver.h49 Inst *SqueezeCatchPhiInputs(CatchPhiInst *catch_phi);
H A Dreg_alloc_resolver.cpp286 Inst *RegAllocResolver::SqueezeCatchPhiInputs(CatchPhiInst *catch_phi) in SqueezeCatchPhiInputs()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
H A Dreg_alloc_resolver.h56 Inst *SqueezeCatchPhiInputs(CatchPhiInst *catchPhi);
H A Dreg_alloc_resolver.cpp431 Inst *RegAllocResolver::SqueezeCatchPhiInputs(CatchPhiInst *catchPhi) in SqueezeCatchPhiInputs()
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dinst.cpp412 void CatchPhiInst::AppendThrowableInst(const Inst *inst) in AppendThrowableInst()
423 void CatchPhiInst::ReplaceThrowableInst(const Inst *old_inst, const Inst *new_inst) in ReplaceThrowableInst()
429 void CatchPhiInst::RemoveInput(unsigned index) in RemoveInput()
H A Dinst.h2782 * CatchPhiInst instruction
2784 class CatchPhiInst : public DynamicInputsInst { class
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dinst.cpp707 void CatchPhiInst::AppendThrowableInst(const Inst *inst) in AppendThrowableInst()
717 void CatchPhiInst::ReplaceThrowableInst(const Inst *oldInst, const Inst *newInst) in ReplaceThrowableInst()
723 void CatchPhiInst::RemoveInput(unsigned index) in RemoveInput()
H A Dinst.h6614 /// CatchPhiInst instruction
6615 class CatchPhiInst : public DynamicInputsInst {
6619 explicit CatchPhiInst(Initializer t) : DynamicInputsInst(std::move(t)) {}

Completed in 17 milliseconds