OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:phi_interval
(Results
1 - 1
of
1
) sorted by null
/art/compiler/optimizing/
register_allocator_test.cc
305
LiveInterval*
phi_interval
= phi->GetLiveInterval();
local
307
ASSERT_TRUE(
phi_interval
->HasRegister());
309
ASSERT_NE(
phi_interval
->GetRegister(), loop_update->GetRegister());
313
ASSERT_EQ(
phi_interval
->GetRegister(), ret->InputAt(0)->GetLiveInterval()->GetRegister());
[
all
...]
Completed in 448 milliseconds