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

/external/v8/src/
H A Dlithium-allocator.cc1016 LUnallocated* phi_operand = new(zone_) LUnallocated(LUnallocated::NONE); local
1017 phi_operand->set_virtual_register(phi->id());
1035 phi_operand);
1049 branch->pointer_map()->RecordPointer(phi_operand);
1051 branch->pointer_map()->RecordUntagged(phi_operand);
1059 AddMove(phi_operand, live_range->GetSpillOperand());
1271 LOperand* phi_operand = NULL; local
1279 phi_operand = to;
1287 Define(block_start, phi_operand, hint);

Completed in 74 milliseconds