Searched refs:IsTry (Results 1 – 14 of 14) sorted by relevance
160 EXPECT_TRUE(bb->GetSuccessor(0)->IsTry()); in __anon32a3985d0302()164 EXPECT_TRUE(bb->GetFirstInst()->IsTry()); in __anon32a3985d0302()168 if (bb->IsTry()) { in __anon32a3985d0302()182 EXPECT_TRUE(bb->GetPredecessor(0)->IsTry()); in __anon32a3985d0302()303 EXPECT_TRUE(bb->GetSuccessor(0)->IsTry()); in __anon32a3985d0402()311 if (bb->IsTry()) { in __anon32a3985d0402()350 EXPECT_TRUE(bb->GetPredecessor(0)->IsTry()); in __anon32a3985d0402()390 if (bb->IsTry()) { in __anon32a3985d0402()405 EXPECT_TRUE(bb->GetPredecessor(0)->IsTry()); in __anon32a3985d0402()458 EXPECT_TRUE(bb->GetSuccessor(0)->IsTry()); in __anon32a3985d0502()[all …]
88 if (!bb->IsTry()) { in __anond946d00f0202()119 EXPECT_FALSE(bb->Clone(graph)->IsTry()); in __anond946d00f0302()334 if (block->IsTry()) { in __anond946d00f0b02()444 if (bb->IsTry() && bb->IsLoopValid()) { in __anond946d00f0e02()494 if (inst->IsTry()) { in __anond946d00f0f02()
561 if (!inst->IsTry()) { in __anon1be7da800d02()593 if (!inst->IsTry()) { in __anon1be7da800e02()927 if (!inst->IsTry()) { in __anon1be7da801402()
231 if (!bb->IsTry()) { in __anonf1f112df0302()
132 if (block->IsTry()) { in __anon51f1233e0202()
6131 EXPECT_TRUE(try_bb->IsTry()); in TEST_F()
476 return (CanThrow() && GetBasicBlock()->IsTry()) || CanDeoptimize(); in IsPropagateLiveness()481 return CanThrow() && GetBasicBlock()->IsTry(); in RequireRegMap()
466 bool IsTry() const in IsTry() function503 if (block->IsTry()) { in CopyTryCatchProps()
477 if (block->IsTry()) { in BlockProps()
730 if (!IsTry()) { in GetFistThrowableInst()
606 if (input_block->IsTry()) { in IsTryCatchDomination()
1278 bool IsTry() const in IsTry() function
88 … !bb->GetSuccessor(0)->IsPseudoControlFlowBlock() && bb->IsTry() == bb->GetSuccessor(0)->IsTry()) { in RunImpl()
191 if (bb->IsTry() && bb->GetTryId() == block->GetTryId()) { in CheckLinearOrder()