Home
last modified time | relevance | path

Searched defs:throwInst (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dtry_catch_resolving.cpp138 auto throwInst = bb->GetLastInst(); in CollectCandidates() local
185 auto throwInst = thr0w->CastToThrow(); in ConnectThrowCatch() local
259 …atchResolving::RemoveCatchPhisImpl(CatchPhiInst *catchPhi, BasicBlock *catchBlock, Inst *throwInst) in RemoveCatchPhisImpl()
295 …ing::RemoveCatchPhis(BasicBlock *cphisBlock, BasicBlock *catchBlock, Inst *throwInst, Inst *phiIns… in RemoveCatchPhis()
/arkcompiler/runtime_core/libabckit/tests/ut/isa/isa_dynamic/create/
Dcreateobjectwithexcludedkeys_dynamic.cpp162 auto *throwInst = g_dynG->iCreateThrowPatternnoncoercible(graph); in TEST_F() local
215 auto *throwInst = g_dynG->iCreateThrowPatternnoncoercible(graph); in TEST_F() local
268 auto *throwInst = g_dynG->iCreateThrowPatternnoncoercible(graph); in TEST_F() local
321 auto *throwInst = g_dynG->iCreateThrowPatternnoncoercible(graph); in TEST_F() local
/arkcompiler/runtime_core/libabckit/tests/ut/isa/isa_dynamic/get_insts/
Dgetresumemode_dynamic.cpp86 auto *throwInst = g_dynG->iCreateThrow(graph, resumegenerator); in __anon07a591420202() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dir_builder.cpp814 auto throwInst = thr0w->CastToThrow(); in FindExceptionClass() local