Home
last modified time | relevance | path

Searched refs:IsIn (Results 1 – 9 of 9) sorted by relevance

/art/compiler/optimizing/
Dsuperblock_cloner_test.cc556 EXPECT_TRUE(loop1->IsIn(*loop1)); in TEST_F()
557 EXPECT_TRUE(loop2->IsIn(*loop1)); in TEST_F()
558 EXPECT_TRUE(loop3->IsIn(*loop1)); in TEST_F()
559 EXPECT_TRUE(loop3->IsIn(*loop2)); in TEST_F()
560 EXPECT_TRUE(!loop4->IsIn(*loop1)); in TEST_F()
718 EXPECT_TRUE(loop1->IsIn(*loop1)); in TEST_F()
719 EXPECT_TRUE(loop2->IsIn(*loop1)); in TEST_F()
720 EXPECT_TRUE(loop3->IsIn(*loop1)); in TEST_F()
721 EXPECT_TRUE(loop3->IsIn(*loop2)); in TEST_F()
722 EXPECT_TRUE(loop4->IsIn(*loop1)); in TEST_F()
[all …]
Dfind_loops_test.cc270 ASSERT_TRUE(graph->GetBlocks()[3]->GetLoopInformation()->IsIn( in TEST_F()
272 ASSERT_FALSE(graph->GetBlocks()[2]->GetLoopInformation()->IsIn( in TEST_F()
298 ASSERT_FALSE(graph->GetBlocks()[4]->GetLoopInformation()->IsIn( in TEST_F()
300 ASSERT_FALSE(graph->GetBlocks()[2]->GetLoopInformation()->IsIn( in TEST_F()
Dlicm.cc38 if (input_loop != nullptr && input_loop->IsIn(*info)) { in InputsAreDefinedBeforeLoop()
50 if (input_loop != nullptr && input_loop->IsIn(*info)) { in InputsAreDefinedBeforeLoop()
Dlinear_order.cc36 && inner->IsIn(*outer); in IsInnerLoop()
Dgvn_test.cc357 ASSERT_TRUE(inner_loop_header->GetLoopInformation()->IsIn( in TEST_F()
Dsuperblock_cloner.cc1131 if (loop1->IsIn(*loop2)) { in FindCommonLoop()
1136 while (current != nullptr && !loop2->IsIn(*current)) { in FindCommonLoop()
Dloop_optimization.cc626 } else if (loop_info->IsIn(*last_loop_->loop_info)) { in AddLoop()
633 while (last_loop_->outer != nullptr && !loop_info->IsIn(*last_loop_->outer->loop_info)) { in AddLoop()
3042 CHECK(other_loop_info == nullptr || !other_loop_info->IsIn(*loop_info)); in TryReplaceWithLastValue()
3057 if (other_loop_info == nullptr || !other_loop_info->IsIn(*loop_info)) { in TryReplaceWithLastValue()
Dnodes.cc947 bool HLoopInformation::IsIn(const HLoopInformation& other) const { in IsIn() function in art::HLoopInformation
Dnodes.h996 bool IsIn(const HLoopInformation& other) const;