Home
last modified time | relevance | path

Searched refs:IsTry (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
DirBuilder_tests.cpp160 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 …]
Dcompiler_basicblock_test.cpp88 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()
Dcompiler_inst_test.cpp561 if (!inst->IsTry()) { in __anon1be7da800d02()
593 if (!inst->IsTry()) { in __anon1be7da800e02()
927 if (!inst->IsTry()) { in __anon1be7da801402()
Dliveness_analyzer_new_test.cpp231 if (!bb->IsTry()) { in __anonf1f112df0302()
Ddump_test.cpp132 if (block->IsTry()) { in __anon51f1233e0202()
Dir_builder_test.cpp6131 EXPECT_TRUE(try_bb->IsTry()); in TEST_F()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.cpp476 return (CanThrow() && GetBasicBlock()->IsTry()) || CanDeoptimize(); in IsPropagateLiveness()
481 return CanThrow() && GetBasicBlock()->IsTry(); in RequireRegMap()
Dbasicblock.h466 bool IsTry() const in IsTry() function
503 if (block->IsTry()) { in CopyTryCatchProps()
Ddump.cpp477 if (block->IsTry()) { in BlockProps()
Dbasicblock.cpp730 if (!IsTry()) { in GetFistThrowableInst()
Dgraph_checker.cpp606 if (input_block->IsTry()) { in IsTryCatchDomination()
Dinst.h1278 bool IsTry() const in IsTry() function
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dcleanup.cpp88 … !bb->GetSuccessor(0)->IsPseudoControlFlowBlock() && bb->IsTry() == bb->GetSuccessor(0)->IsTry()) { in RunImpl()
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dliveness_analyzer.cpp191 if (bb->IsTry() && bb->GetTryId() == block->GetTryId()) { in CheckLinearOrder()