Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dlicm.cc37 if (input_loop != nullptr && input_loop->IsIn(*info)) { in InputsAreDefinedBeforeLoop()
49 if (input_loop != nullptr && input_loop->IsIn(*info)) { in InputsAreDefinedBeforeLoop()
Dfind_loops_test.cc299 ASSERT_TRUE(graph->GetBlocks().Get(3)->GetLoopInformation()->IsIn( in TEST()
301 ASSERT_FALSE(graph->GetBlocks().Get(2)->GetLoopInformation()->IsIn( in TEST()
329 ASSERT_FALSE(graph->GetBlocks().Get(4)->GetLoopInformation()->IsIn( in TEST()
331 ASSERT_FALSE(graph->GetBlocks().Get(2)->GetLoopInformation()->IsIn( in TEST()
Dgvn_test.cc263 ASSERT_TRUE(inner_loop_header->GetLoopInformation()->IsIn( in TEST()
Dssa_liveness_analysis.cc43 && inner->IsIn(*outer); in IsInnerLoop()
Dnodes.cc431 bool HLoopInformation::IsIn(const HLoopInformation& other) const { in IsIn() function in art::HLoopInformation
Dnodes.h462 bool IsIn(const HLoopInformation& other) const;