Sha256: 49990e43dc8da03708a9bad6a88dc297140b88acf2b84f4584bea19176847654

Contents?: true

Size: 661 Bytes

Versions: 5

Compression:

Stored size: 661 Bytes

Contents

// Copyright 2016 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef V8_COMPILER_STORE_STORE_ELIMINATION_H_
#define V8_COMPILER_STORE_STORE_ELIMINATION_H_

#include "src/compiler/common-operator.h"
#include "src/compiler/js-graph.h"
#include "src/zone/zone-containers.h"

namespace v8 {
namespace internal {
namespace compiler {

class StoreStoreElimination final {
 public:
  static void Run(JSGraph* js_graph, Zone* temp_zone);
};

}  // namespace compiler
}  // namespace internal
}  // namespace v8

#endif  // V8_COMPILER_STORE_STORE_ELIMINATION_H_

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
libv8-6.0.286.54.1 vendor/v8/src/compiler/store-store-elimination.h
libv8-6.0.286.54.0 vendor/v8/src/compiler/store-store-elimination.h
libv8-6.0.286.54.0beta2 vendor/v8/src/compiler/store-store-elimination.h
libv8-6.0.286.54.0beta1 vendor/v8/src/compiler/store-store-elimination.h
libv8-6.0.286.44.0beta1 vendor/v8/src/compiler/store-store-elimination.h