Searched refs:GetTryBeginBlocks (Results 1 – 4 of 4) sorted by relevance
87 if (GetGraph()->IsBytecodeOptimizer() && !GetGraph()->GetTryBeginBlocks().empty()) { in BuildBlocksLinearOrder()
108 for (auto *bb : GetGraph()->GetTryBeginBlocks()) { in RunImpl()
669 const auto &GetTryBeginBlocks() const in GetTryBeginBlocks() function
607 auto blocks = GetGraph()->GetTryBeginBlocks(); in IsTryCatchDomination()