Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dir_builder.cpp498 try_inst->SetTryEndBlock(try_end); in ConnectTryCodeBlock()
/arkcompiler/runtime_core/compiler/tests/
Dliveness_analyzer_test.cpp668 INS(1).CastToTry()->SetTryEndBlock(&BB(5)); in TEST_F()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.h2848 void SetTryEndBlock(BasicBlock *try_end_bb) in SetTryEndBlock() function