Searched refs:IsIn (Results 1 – 9 of 9) sorted by relevance
556 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 …]
270 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()
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()
357 ASSERT_TRUE(inner_loop_header->GetLoopInformation()->IsIn( in TEST_F()
1131 if (loop1->IsIn(*loop2)) { in FindCommonLoop()1136 while (current != nullptr && !loop2->IsIn(*current)) { in FindCommonLoop()
626 } 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()
947 bool HLoopInformation::IsIn(const HLoopInformation& other) const { in IsIn() function in art::HLoopInformation
996 bool IsIn(const HLoopInformation& other) const;