Home
last modified time | relevance | path

Searched refs:GetTryEndBlock (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dtry_catch_resolving.cpp222 auto tryEnd = tryInst->GetTryEndBlock(); in VisitTryInst()
/arkcompiler/runtime_core/bytecode_optimizer/
H A Dcodegen.cpp58 auto try_end = try_inst->GetTryEndBlock(); in VisitTryBegin()
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dgraph.cpp54 GetTryBeginInst(bb)->GetTryEndBlock()->SetTryEnd(false); in RemoveUnreachableBlocks()
H A Dinst.h2858 BasicBlock *GetTryEndBlock() const in GetTryEndBlock() function in TryInst
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dgraph.cpp70 GetTryBeginInst(bb)->GetTryEndBlock()->SetTryEnd(false); in RemoveUnreachableBlocks()
H A Dinst.h6696 BasicBlock *GetTryEndBlock() const
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H A Dcodegen.cpp104 auto tryEnd = tryInst->GetTryEndBlock(); in VisitTryBegin()

Completed in 17 milliseconds