OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:copy_phi
(Results
1 - 1
of
1
) sorted by null
/art/compiler/optimizing/
superblock_cloner.cc
165
HPhi*
copy_phi
= GetInstrCopy(orig_phi)->AsPhi();
local
171
copy_phi
->AddInput(orig_phi_input);
173
phi_input_count =
copy_phi
->InputCount();
176
DCHECK_EQ(phi_input_count,
copy_phi
->InputCount());
195
HPhi*
copy_phi
= GetInstrCopy(orig_phi)->AsPhi();
local
197
copy_phi
->AddInput(orig_phi_input);
493
HPhi*
copy_phi
= GetInstrCopy(orig_phi)->AsPhi();
local
495
ResolvePhi(
copy_phi
);
Completed in 391 milliseconds