Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator_test.cc333 HXor* first_xor = graph->GetBlocks()[1]->GetFirstInstruction()->AsXor(); in TEST_F() local
335 ASSERT_EQ(last_xor->InputAt(0), first_xor); in TEST_F()
336 LiveInterval* interval = first_xor->GetLiveInterval(); in TEST_F()
341 ASSERT_EQ(interval->FirstRegisterUse(), first_xor->GetLifetimePosition()); in TEST_F()
344 interval = interval->SplitAt(first_xor->GetLifetimePosition() + 2); in TEST_F()