Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dnode-properties.h72 return IrOpcode::IsPhiOpcode(node->opcode()); in IsPhi()
Dnode-matchers.h594 DCHECK(IrOpcode::IsPhiOpcode(phi->opcode())); in TrueInputOf()
601 DCHECK(IrOpcode::IsPhiOpcode(phi->opcode())); in FalseInputOf()
Dopcodes.h379 static bool IsPhiOpcode(Value value) { in IsPhiOpcode() function
Dosr.cc199 DCHECK(IrOpcode::IsPhiOpcode(node->opcode())); in PeelOuterLoopsForOsr()
Dcommon-operator-reducer.cc140 if (IrOpcode::IsPhiOpcode(use->opcode())) return NoChange(); in ReduceMerge()
Dloop-analysis.cc465 DCHECK(IrOpcode::IsPhiOpcode(first->opcode())); in HeaderNode()
Dgraph-visualizer.cc109 if (IrOpcode::IsPhiOpcode(opcode)) { in PrintNode()
Dwasm-compiler.cc315 return phi && IrOpcode::IsPhiOpcode(phi->opcode()) && in IsPhiWithMerge()
330 DCHECK(IrOpcode::IsPhiOpcode(phi->opcode())); in AppendToPhi()
Dscheduler.cc1542 if (IrOpcode::IsPhiOpcode(use->opcode())) { in GetBlockForUse()
Dinstruction-selector.cc702 CHECK(!IrOpcode::IsPhiOpcode(node->opcode())); in VisitControl()