Searched refs:phi_operand (Results 1 – 4 of 4) sorted by relevance
1020 LUnallocated* phi_operand = in ResolvePhis() local1022 phi_operand->set_virtual_register(phi->id()); in ResolvePhis()1041 phi_operand); in ResolvePhis()1055 branch->pointer_map()->RecordPointer(phi_operand, chunk()->zone()); in ResolvePhis()1057 branch->pointer_map()->RecordUntagged(phi_operand, chunk()->zone()); in ResolvePhis()1065 AddMove(phi_operand, live_range->GetSpillOperand(), chunk()->zone()); in ResolvePhis()1284 LOperand* phi_operand = NULL; in BuildLiveRanges() local1293 phi_operand = to; in BuildLiveRanges()1301 Define(block_start, phi_operand, hint); in BuildLiveRanges()
205 HValue* phi_operand = phi->OperandAt(pred_index); in Copy() local207 HCheckTableEntry* pred_entry = copy->Find(phi_operand); in Copy()325 HValue* phi_operand = phi->OperandAt(pred_index); in Merge() local326 that_entry = that->Find(phi_operand); in Merge()
2224 HValue* phi_operand) { in ComputeIncrement() argument2225 if (!phi_operand->representation().IsSmiOrInteger32()) return 0; in ComputeIncrement()2227 if (phi_operand->IsAdd()) { in ComputeIncrement()2228 HAdd* operation = HAdd::cast(phi_operand); in ComputeIncrement()2236 } else if (phi_operand->IsSub()) { in ComputeIncrement()2237 HSub* operation = HSub::cast(phi_operand); in ComputeIncrement()
3224 static int32_t ComputeIncrement(HPhi* phi, HValue* phi_operand);