Home
last modified time | relevance | path

Searched refs:TryInst (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/optimizations/
H A Dtry_catch_resolving.h39 void VisitTry(TryInst *try_inst);
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dtry_catch_resolving.h51 void VisitTryInst(TryInst *tryInst);
H A Dtry_catch_resolving.cpp219 void TryCatchResolving::VisitTryInst(TryInst *tryInst) in VisitTryInst()
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dinst.cpp397 void TryInst::AppendCatchTypeId(uint32_t id, uint32_t catch_edge_index) in AppendCatchTypeId()
438 Inst *TryInst::Clone(const Graph *targetGraph) const in Clone()
510 TryInst *GetTryBeginInst(const BasicBlock *try_begin_bb) in GetTryBeginInst()
H A Dinst.h2830 class TryInst : public FixedInputsInst0 { class
2869 TryInst *GetTryBeginInst(const BasicBlock *try_begin_bb);
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dinst.cpp694 void TryInst::AppendCatchTypeId(uint32_t id, uint32_t catchEdgeIndex) in AppendCatchTypeId()
732 Inst *TryInst::Clone(const Graph *targetGraph) const in Clone()
881 TryInst *GetTryBeginInst(const BasicBlock *tryBeginBb) in GetTryBeginInst()
H A Dinst.h6663 class TryInst : public FixedInputsInst0 {
6667 explicit TryInst(Opcode opcode, BasicBlock *endBb = nullptr)
6707 TryInst *GetTryBeginInst(const BasicBlock *tryBeginBb);
/arkcompiler/runtime_core/compiler/tests/
H A Dcompiler_inst_test.cpp578 TryInst *try_inst = inst->CastToTry(); in HWTEST_F()

Completed in 15 milliseconds