Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dsuperblock_cloner_test.cc555 EXPECT_TRUE(loop1->IsIn(*loop1)); in TEST_F()
556 EXPECT_TRUE(loop2->IsIn(*loop1)); in TEST_F()
557 EXPECT_TRUE(loop3->IsIn(*loop1)); in TEST_F()
558 EXPECT_TRUE(loop3->IsIn(*loop2)); in TEST_F()
559 EXPECT_TRUE(!loop4->IsIn(*loop1)); in TEST_F()
717 EXPECT_TRUE(loop1->IsIn(*loop1)); in TEST_F()
718 EXPECT_TRUE(loop2->IsIn(*loop1)); in TEST_F()
719 EXPECT_TRUE(loop3->IsIn(*loop1)); in TEST_F()
720 EXPECT_TRUE(loop3->IsIn(*loop2)); in TEST_F()
721 EXPECT_TRUE(loop4->IsIn(*loop1)); in TEST_F()
[all …]
Dfind_loops_test.cc269 ASSERT_TRUE(graph->GetBlocks()[3]->GetLoopInformation()->IsIn( in TEST_F()
271 ASSERT_FALSE(graph->GetBlocks()[2]->GetLoopInformation()->IsIn( in TEST_F()
297 ASSERT_FALSE(graph->GetBlocks()[4]->GetLoopInformation()->IsIn( in TEST_F()
299 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()
Dloop_optimization.cc572 } else if (loop_info->IsIn(*last_loop_->loop_info)) { in AddLoop()
579 while (last_loop_->outer != nullptr && !loop_info->IsIn(*last_loop_->outer->loop_info)) { in AddLoop()
2501 if (other_loop_info != nullptr && other_loop_info->IsIn(*loop_info)) { in IsOnlyUsedAfterLoop()
2532 CHECK(other_loop_info == nullptr || !other_loop_info->IsIn(*loop_info)); in TryReplaceWithLastValue()
2547 if (other_loop_info == nullptr || !other_loop_info->IsIn(*loop_info)) { in TryReplaceWithLastValue()
Dgvn_test.cc356 ASSERT_TRUE(inner_loop_header->GetLoopInformation()->IsIn( in TEST_F()
Dsuperblock_cloner.cc1124 if (loop1->IsIn(*loop2)) { in FindCommonLoop()
1129 while (current != nullptr && !loop2->IsIn(*current)) { in FindCommonLoop()
Dnodes.cc1063 bool HLoopInformation::IsIn(const HLoopInformation& other) const { in IsIn() function in art::HLoopInformation
Dnodes.h969 bool IsIn(const HLoopInformation& other) const;