34 decorator->Decorate(node);
56 Node*
const* inputs,
bool incomplete) {
void push_back(const T &value)
bool supports_compression() const
static Node * New(Zone *zone, NodeId id, const Operator *op, int input_count, Node *const *inputs, bool has_extensible_inputs)
static Node * Clone(Zone *zone, NodeId id, const Node *node)
void AddDecorator(GraphDecorator *decorator)
void Decorate(Node *node)
ZoneVector< Node * > simd_stores_
Node * CloneNode(const Node *node)
Node * NewNodeUnchecked(const Operator *op, int input_count, Node *const *inputs, bool incomplete=false)
ZoneVector< Node * > const & GetSimdStoreNodes()
Node * NewNode(const Operator *op, int input_count, Node *const *inputs, bool incomplete=false)
ZoneVector< GraphDecorator * > decorators_
void RecordSimdStore(Node *store)
void RemoveDecorator(GraphDecorator *decorator)
static void VerifyNode(Node *node)
const v8::base::TimeTicks end_
static constexpr bool kCompressGraphZone
#define CHECK_IMPLIES(lhs, rhs)
#define DCHECK_NOT_NULL(val)
#define DCHECK(condition)
#define DCHECK_LT(v1, v2)