HomeSort by relevance Sort by last modified time
    Searched refs:HasControlOutput (Results 1 - 6 of 6) sorted by null

  /external/v8/src/compiler/
operator-properties.h 31 static inline bool HasControlOutput(const Operator* op);
operator-properties-inl.h 151 inline bool OperatorProperties::HasControlOutput(const Operator* op) {
166 return node->opcode() == IrOpcode::kBranch ? 2 : HasControlOutput(node) ? 1
graph-builder.cc 75 if (OperatorProperties::HasControlOutput(result->op()) &&
node-properties-inl.h 180 DCHECK(!OperatorProperties::HasControlOutput(node->op()));
verifier.cc 114 CHECK(OperatorProperties::HasControlOutput(control->op()));
138 CHECK(!OperatorProperties::HasControlOutput(node->op()));
  /external/v8/test/cctest/compiler/
simplified-graph-builder.cc 79 if (OperatorProperties::HasControlOutput(result->op())) {

Completed in 83 milliseconds