Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dfind_loops_test.cc290 ASSERT_TRUE(graph->GetBlocks().Get(3)->GetLoopInformation()->IsIn( in TEST()
292 ASSERT_FALSE(graph->GetBlocks().Get(2)->GetLoopInformation()->IsIn( in TEST()
320 ASSERT_FALSE(graph->GetBlocks().Get(4)->GetLoopInformation()->IsIn( in TEST()
322 ASSERT_FALSE(graph->GetBlocks().Get(2)->GetLoopInformation()->IsIn( in TEST()
Dssa_liveness_analysis.cc32 return to == nullptr || (current != to && current->IsIn(*to)); in IsLoopExit()
47 && inner->IsIn(*outer); in IsInnerLoop()
Dnodes.cc274 bool HLoopInformation::IsIn(const HLoopInformation& other) const { in IsIn() function in art::HLoopInformation
Dnodes.h240 bool IsIn(const HLoopInformation& other) const;