Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dsuperblock_cloner_test.cc490 HLoopInformation* loop2_info_before = loop2_header->GetLoopInformation(); in TEST_F() local
501 EXPECT_EQ(loop2_info_before, loop2_header->GetLoopInformation()); in TEST_F()
504 EXPECT_EQ(loop3_info_before->GetPreHeader()->GetLoopInformation(), loop2_info_before); in TEST_F()
505 EXPECT_EQ(loop2_info_before->GetPreHeader()->GetLoopInformation(), nullptr); in TEST_F()