Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator_test.cc346 HXor* first_xor = graph->GetBlocks().Get(1)->GetFirstInstruction()->AsXor(); in TEST() local
348 ASSERT_EQ(last_xor->InputAt(0), first_xor); in TEST()
349 LiveInterval* interval = first_xor->GetLiveInterval(); in TEST()
354 ASSERT_EQ(interval->FirstRegisterUse(), first_xor->GetLifetimePosition()); in TEST()
357 interval = interval->SplitAt(first_xor->GetLifetimePosition() + 2); in TEST()