Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dir_builder.cpp440 try_block.begin_bb->SetTryId(try_block.id); in MarkTryCatchBlocks()
441 try_block.end_bb->SetTryId(try_block.id); in MarkTryCatchBlocks()
446 bb->SetTryId(try_block.id); in MarkTryCatchBlocks()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dbasicblock.h505 SetTryId(block->GetTryId()); in CopyTryCatchProps()
517 void SetTryId(uint32_t try_id) in SetTryId() function
Dgraph.cpp165 block->SetTryId(base_block->GetTryId()); in CreateEmptyBlock()