Searched refs:IsPhiOpcode (Results 1 – 10 of 10) sorted by relevance
119 return IrOpcode::IsPhiOpcode(node->opcode()); in IsPhi()
815 DCHECK(IrOpcode::IsPhiOpcode(phi->opcode())); in TrueInputOf()822 DCHECK(IrOpcode::IsPhiOpcode(phi->opcode())); in FalseInputOf()
191 if (IrOpcode::IsPhiOpcode(use->opcode())) return NoChange(); in ReduceMerge()
714 DCHECK(IrOpcode::IsPhiOpcode(first->opcode())); in HeaderNode()
1069 static bool IsPhiOpcode(Value value) { in IsPhiOpcode() function
293 IrOpcode::IsPhiOpcode(node->opcode()); in MakeReschedulable()
322 if (IrOpcode::IsPhiOpcode(opcode)) { in PrintNode()
1754 if (IrOpcode::IsPhiOpcode(use->opcode())) { in GetBlockForUse()
618 return phi && IrOpcode::IsPhiOpcode(phi->opcode()) && in IsPhiWithMerge()644 DCHECK(IrOpcode::IsPhiOpcode(phi->opcode())); in AppendToPhi()
1258 if (IrOpcode::IsPhiOpcode(node->opcode())) { in VisitControl()