Home
last modified time | relevance | path

Searched refs:IsInstThrowable (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_resolver.cpp40 if (GetGraph()->IsInstThrowable(inst)) { in Resolve()
311 ASSERT(GetGraph()->IsInstThrowable(current_throwable_inst)); in SqueezeCatchPhiInputs()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dbasicblock.cpp548 if (graph_->IsInstThrowable(old_inst)) { in ReplaceInst()
555 ASSERT(will_be_moved || !GetGraph()->IsInstThrowable(inst)); in EraseInst()
589 if (graph_->IsInstThrowable(inst)) { in RemoveInst()
734 if (GetGraph()->IsInstThrowable(inst)) { in GetFistThrowableInst()
Dgraph.cpp61 if (IsInstThrowable(inst)) { in RemoveUnreachableBlocks()
473 ASSERT(IsInstThrowable(inst)); in RemoveThrowableInst()
Dgraph.h680 bool IsInstThrowable(const Inst *inst) const in IsInstThrowable() function
690 ASSERT(IsInstThrowable(inst)); in GetThrowableInstHandlers()
/arkcompiler/runtime_core/compiler/tests/
Dcompiler_graph_test.cpp395 EXPECT_TRUE(graph->IsInstThrowable(catch_phi)); in __anon65fffef30c02()
397 EXPECT_FALSE(graph->IsInstThrowable(catch_phi)); in __anon65fffef30c02()
Dir_builder_test.cpp6137 EXPECT_TRUE(GetGraph()->IsInstThrowable(first_real_inst)); in TEST_F()