Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dtry_catch_resolving.cpp80 auto throw_inst = try_end->GetPredecessor(0)->GetLastInst(); in TryFindResolvedCatchHandler() local
150 auto throw_inst = try_end->GetPredecessor(0)->GetLastInst(); in ConnectCatchHandlerAfterThrow() local
172 void TryCatchResolving::RemoveCatchPhis(BasicBlock *block, Inst *throw_inst) in RemoveCatchPhis()