Home | History | Annotate | Download | only in optimizing

Lines Matching refs:GetLoopInformation

49     ASSERT_EQ(graph->GetBlocks().Get(i)->GetLoopInformation(), nullptr);
61 ASSERT_EQ(graph->GetBlocks().Get(i)->GetLoopInformation(), nullptr);
76 ASSERT_EQ(graph->GetBlocks().Get(i)->GetLoopInformation(), nullptr);
92 ASSERT_EQ(graph->GetBlocks().Get(i)->GetLoopInformation(), nullptr);
106 ASSERT_EQ(graph->GetBlocks().Get(i)->GetLoopInformation(), nullptr);
119 ASSERT_EQ(block->GetLoopInformation(), nullptr);
121 ASSERT_EQ(block->GetLoopInformation()->GetHeader()->GetBlockId(), parent_loop_header_id);
125 HLoopInformation* info = block->GetLoopInformation();
290 ASSERT_TRUE(graph->GetBlocks().Get(3)->GetLoopInformation()->IsIn(
291 *graph->GetBlocks().Get(2)->GetLoopInformation()));
292 ASSERT_FALSE(graph->GetBlocks().Get(2)->GetLoopInformation()->IsIn(
293 *graph->GetBlocks().Get(3)->GetLoopInformation()));
320 ASSERT_FALSE(graph->GetBlocks().Get(4)->GetLoopInformation()->IsIn(
321 *graph->GetBlocks().Get(2)->GetLoopInformation()));
322 ASSERT_FALSE(graph->GetBlocks().Get(2)->GetLoopInformation()->IsIn(
323 *graph->GetBlocks().Get(4)->GetLoopInformation()));
338 HLoopInformation* info = graph->GetBlocks().Get(3)->GetLoopInformation();