Searched refs:IsInstThrowable (Results 1 – 6 of 6) sorted by relevance
40 if (GetGraph()->IsInstThrowable(inst)) { in Resolve()311 ASSERT(GetGraph()->IsInstThrowable(current_throwable_inst)); in SqueezeCatchPhiInputs()
548 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()
61 if (IsInstThrowable(inst)) { in RemoveUnreachableBlocks()473 ASSERT(IsInstThrowable(inst)); in RemoveThrowableInst()
680 bool IsInstThrowable(const Inst *inst) const in IsInstThrowable() function690 ASSERT(IsInstThrowable(inst)); in GetThrowableInstHandlers()
395 EXPECT_TRUE(graph->IsInstThrowable(catch_phi)); in __anon65fffef30c02()397 EXPECT_FALSE(graph->IsInstThrowable(catch_phi)); in __anon65fffef30c02()
6137 EXPECT_TRUE(GetGraph()->IsInstThrowable(first_real_inst)); in TEST_F()