Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dtry_catch_resolving.cpp136 auto throwInst = bb->GetLastInst(); in CollectCandidates() local
183 auto throwInst = thr0w->CastToThrow(); in ConnectThrowCatch() local
257 …atchResolving::RemoveCatchPhisImpl(CatchPhiInst *catchPhi, BasicBlock *catchBlock, Inst *throwInst) in RemoveCatchPhisImpl()
293 …ing::RemoveCatchPhis(BasicBlock *cphisBlock, BasicBlock *catchBlock, Inst *throwInst, Inst *phiIns… in RemoveCatchPhis()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dir_builder.cpp783 auto throwInst = thr0w->CastToThrow(); in FindExceptionClass() local