Home
last modified time | relevance | path

Searched refs:try_begin_bb (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dinst.cpp510 TryInst *GetTryBeginInst(const BasicBlock *try_begin_bb) in GetTryBeginInst() argument
512 ASSERT(try_begin_bb != nullptr && try_begin_bb->IsTryBegin()); in GetTryBeginInst()
513 for (auto inst : try_begin_bb->AllInsts()) { in GetTryBeginInst()
H A Dinst.h2869 TryInst *GetTryBeginInst(const BasicBlock *try_begin_bb);

Completed in 5 milliseconds