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

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

Completed in 87 milliseconds