Home
last modified time | relevance | path

Searched refs:GetTryBeginBlocks (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dliveness_analyzer.cpp87 if (GetGraph()->IsBytecodeOptimizer() && !GetGraph()->GetTryBeginBlocks().empty()) { in BuildBlocksLinearOrder()
/arkcompiler/runtime_core/bytecode_optimizer/
Dcodegen.cpp108 for (auto *bb : GetGraph()->GetTryBeginBlocks()) { in RunImpl()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph.h669 const auto &GetTryBeginBlocks() const in GetTryBeginBlocks() function
Dgraph_checker.cpp607 auto blocks = GetGraph()->GetTryBeginBlocks(); in IsTryCatchDomination()