Searched refs:IsIn (Results 1 – 9 of 9) sorted by relevance
549 EXPECT_TRUE(loop1->IsIn(*loop1)); in TEST_F()550 EXPECT_TRUE(loop2->IsIn(*loop1)); in TEST_F()551 EXPECT_TRUE(loop3->IsIn(*loop1)); in TEST_F()552 EXPECT_TRUE(loop3->IsIn(*loop2)); in TEST_F()553 EXPECT_TRUE(!loop4->IsIn(*loop1)); in TEST_F()712 EXPECT_TRUE(loop1->IsIn(*loop1)); in TEST_F()713 EXPECT_TRUE(loop2->IsIn(*loop1)); in TEST_F()714 EXPECT_TRUE(loop3->IsIn(*loop1)); in TEST_F()715 EXPECT_TRUE(loop3->IsIn(*loop2)); in TEST_F()716 EXPECT_TRUE(loop4->IsIn(*loop1)); in TEST_F()[all …]
269 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()
38 if (input_loop != nullptr && input_loop->IsIn(*info)) { in InputsAreDefinedBeforeLoop()50 if (input_loop != nullptr && input_loop->IsIn(*info)) { in InputsAreDefinedBeforeLoop()
36 && inner->IsIn(*outer); in IsInnerLoop()
573 } else if (loop_info->IsIn(*last_loop_->loop_info)) { in AddLoop()580 while (last_loop_->outer != nullptr && !loop_info->IsIn(*last_loop_->outer->loop_info)) { in AddLoop()2430 if (other_loop_info != nullptr && other_loop_info->IsIn(*loop_info)) { in IsOnlyUsedAfterLoop()2461 CHECK(other_loop_info == nullptr || !other_loop_info->IsIn(*loop_info)); in TryReplaceWithLastValue()2476 if (other_loop_info == nullptr || !other_loop_info->IsIn(*loop_info)) { in TryReplaceWithLastValue()
356 ASSERT_TRUE(inner_loop_header->GetLoopInformation()->IsIn( in TEST_F()
1079 if (loop1->IsIn(*loop2)) { in FindCommonLoop()1084 while (current != nullptr && !loop2->IsIn(*current)) { in FindCommonLoop()
890 bool HLoopInformation::IsIn(const HLoopInformation& other) const { in IsIn() function in art::HLoopInformation
860 bool IsIn(const HLoopInformation& other) const;