Home
last modified time | relevance | path

Searched refs:throwBlockSucc (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dtry_catch_resolving.cpp153 auto throwBlockSucc = throwBlock->GetSuccessor(0); in ConnectThrowCatchImpl() local
154 throwBlock->RemoveSucc(throwBlockSucc); in ConnectThrowCatchImpl()
155 throwBlockSucc->RemovePred(throwBlock); in ConnectThrowCatchImpl()