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

  /external/v8/src/compiler/
operator-properties.h 30 static inline bool HasEffectOutput(const Operator* op);
operator-properties-inl.h 144 inline bool OperatorProperties::HasEffectOutput(const Operator* op) {
162 return HasEffectOutput(op) ? 1 : 0;
verifier.cc 106 CHECK(OperatorProperties::HasEffectOutput(effect->op()));
137 CHECK(!OperatorProperties::HasEffectOutput(node->op()));

Completed in 46 milliseconds