Home
last modified time | relevance | path

Searched refs:IsPhiOpcode (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/compiler/
Dnode-properties.h75 return IrOpcode::IsPhiOpcode(node->opcode()); in IsPhi()
Dnode-matchers.h733 DCHECK(IrOpcode::IsPhiOpcode(phi->opcode())); in TrueInputOf()
740 DCHECK(IrOpcode::IsPhiOpcode(phi->opcode())); in FalseInputOf()
Dloop-analysis.cc531 DCHECK(IrOpcode::IsPhiOpcode(first->opcode())); in HeaderNode()
Dcommon-operator-reducer.cc185 if (IrOpcode::IsPhiOpcode(use->opcode())) return NoChange(); in ReduceMerge()
Dopcodes.h873 static bool IsPhiOpcode(Value value) { in IsPhiOpcode() function
Dgraph-visualizer.cc292 if (IrOpcode::IsPhiOpcode(opcode)) { in PrintNode()
Dscheduler.cc1586 if (IrOpcode::IsPhiOpcode(use->opcode())) { in GetBlockForUse()
Dwasm-compiler.cc159 return phi && IrOpcode::IsPhiOpcode(phi->opcode()) && in IsPhiWithMerge()
185 DCHECK(IrOpcode::IsPhiOpcode(phi->opcode())); in AppendToPhi()
Dinstruction-selector.cc1135 if (IrOpcode::IsPhiOpcode(node->opcode())) { in VisitControl()