Searched refs:IsIn (Results 1 – 9 of 9) sorted by relevance
555 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 …]
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()
572 } 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()
356 ASSERT_TRUE(inner_loop_header->GetLoopInformation()->IsIn( in TEST_F()
1124 if (loop1->IsIn(*loop2)) { in FindCommonLoop()1129 while (current != nullptr && !loop2->IsIn(*current)) { in FindCommonLoop()
1063 bool HLoopInformation::IsIn(const HLoopInformation& other) const { in IsIn() function in art::HLoopInformation
969 bool IsIn(const HLoopInformation& other) const;