Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dlicm.cc38 if (input_loop != nullptr && input_loop->IsIn(*info)) { in InputsAreDefinedBeforeLoop()
50 if (input_loop != nullptr && input_loop->IsIn(*info)) { in InputsAreDefinedBeforeLoop()
Dfind_loops_test.cc291 ASSERT_TRUE(graph->GetBlocks()[3]->GetLoopInformation()->IsIn( in TEST_F()
293 ASSERT_FALSE(graph->GetBlocks()[2]->GetLoopInformation()->IsIn( in TEST_F()
321 ASSERT_FALSE(graph->GetBlocks()[4]->GetLoopInformation()->IsIn( in TEST_F()
323 ASSERT_FALSE(graph->GetBlocks()[2]->GetLoopInformation()->IsIn( in TEST_F()
Dlinear_order.cc33 && inner->IsIn(*outer); in IsInnerLoop()
Dloop_optimization.cc360 } else if (loop_info->IsIn(*last_loop_->loop_info)) { in AddLoop()
367 while (last_loop_->outer != nullptr && !loop_info->IsIn(*last_loop_->outer->loop_info)) { in AddLoop()
1691 if (other_loop_info != nullptr && other_loop_info->IsIn(*loop_info)) { in IsOnlyUsedAfterLoop()
1721 CHECK(other_loop_info == nullptr || !other_loop_info->IsIn(*loop_info)); in TryReplaceWithLastValue()
1735 if (other_loop_info == nullptr || !other_loop_info->IsIn(*loop_info)) { in TryReplaceWithLastValue()
Dgvn_test.cc367 ASSERT_TRUE(inner_loop_header->GetLoopInformation()->IsIn( in TEST_F()
Dnodes.cc715 bool HLoopInformation::IsIn(const HLoopInformation& other) const { in IsIn() function in art::HLoopInformation
Dnodes.h815 bool IsIn(const HLoopInformation& other) const;