Searched refs:IsIn (Results 1 – 4 of 4) sorted by relevance
290 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()
32 return to == nullptr || (current != to && current->IsIn(*to)); in IsLoopExit()47 && inner->IsIn(*outer); in IsInnerLoop()
274 bool HLoopInformation::IsIn(const HLoopInformation& other) const { in IsIn() function in art::HLoopInformation
240 bool IsIn(const HLoopInformation& other) const;