Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dir_builder.cpp425 bb->SetCatch(bb->GetSuccessor(0)->IsCatch()); in MarkTryCatchBlocks()
427 bb->SetCatch(bb->GetPredecessor(0)->IsCatch()); in MarkTryCatchBlocks()
429 bb->SetCatch(true); in MarkTryCatchBlocks()
472 catch_begin->SetCatch(true); in ConnectTryCatchBlocks()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dbasicblock.h431 void SetCatch(bool v) in SetCatch() function
508 SetCatch(true); in CopyTryCatchProps()