Home
last modified time | relevance | path

Searched refs:IsCatch (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
DirBuilder_tests.cpp161 EXPECT_TRUE(bb->GetSuccessor(1)->IsCatch()); in __anon32a3985d0302()
185 EXPECT_TRUE(!bb->GetSuccessor(0)->IsCatch()); in __anon32a3985d0302()
187 EXPECT_TRUE(bb->GetSuccessor(1)->IsCatch()); in __anon32a3985d0302()
198 EXPECT_TRUE(bb->GetSuccessor(0)->IsCatch()); in __anon32a3985d0302()
204 if (bb->IsCatch() && !bb->IsCatchBegin()) { in __anon32a3985d0302()
304 EXPECT_TRUE(bb->GetSuccessor(1)->IsCatch()); in __anon32a3985d0402()
315 EXPECT_TRUE(bb->GetPredecessor(0)->IsCatch()); in __anon32a3985d0402()
361 EXPECT_TRUE(bb->GetSuccessor(1)->IsCatch()); in __anon32a3985d0402()
371 EXPECT_TRUE(bb->GetSuccessor(1)->IsCatch()); in __anon32a3985d0402()
383 EXPECT_TRUE(bb->GetSuccessor(0)->IsCatch()); in __anon32a3985d0402()
[all …]
Ddump_test.cpp144 if (block->IsCatch()) { in __anon51f1233e0202()
663 auto result = block.IsCatch(); in __anon51f1233e0d02()
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dir_builder.cpp425 bb->SetCatch(bb->GetSuccessor(0)->IsCatch()); in MarkTryCatchBlocks()
427 bb->SetCatch(bb->GetPredecessor(0)->IsCatch()); in MarkTryCatchBlocks()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dbasicblock.h436 bool IsCatch() const in IsCatch() function
507 if (block->IsCatch()) { in CopyTryCatchProps()
Ddump.cpp489 if (block->IsCatch()) { in BlockProps()