Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dlithium-allocator.cc1022 LUnallocated* phi_operand = in ResolvePhis() local
1024 phi_operand->set_virtual_register(phi->id()); in ResolvePhis()
1043 phi_operand); in ResolvePhis()
1057 branch->pointer_map()->RecordPointer(phi_operand, chunk()->zone()); in ResolvePhis()
1059 branch->pointer_map()->RecordUntagged(phi_operand, chunk()->zone()); in ResolvePhis()
1067 AddMove(phi_operand, live_range->GetSpillOperand(), chunk()->zone()); in ResolvePhis()
1286 LOperand* phi_operand = NULL; in BuildLiveRanges() local
1295 phi_operand = to; in BuildLiveRanges()
1303 Define(block_start, phi_operand, hint); in BuildLiveRanges()
Dhydrogen-check-elimination.cc206 HValue* phi_operand = phi->OperandAt(pred_index); in Copy() local
208 HCheckTableEntry* pred_entry = copy->Find(phi_operand); in Copy()
326 HValue* phi_operand = phi->OperandAt(pred_index); in Merge() local
327 that_entry = that->Find(phi_operand); in Merge()