Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(108)

Side by Side Diff: src/compiler/simplified-operator-reducer.h

Issue 838783002: [turbofan] Cleanup Graph and related classes. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Parameter pack causes compile errors. Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « src/compiler/scheduler.cc ('k') | test/cctest/compiler/test-graph-reducer.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 the V8 project authors. All rights reserved. 1 // Copyright 2014 the V8 project authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef V8_COMPILER_SIMPLIFIED_OPERATOR_REDUCER_H_ 5 #ifndef V8_COMPILER_SIMPLIFIED_OPERATOR_REDUCER_H_
6 #define V8_COMPILER_SIMPLIFIED_OPERATOR_REDUCER_H_ 6 #define V8_COMPILER_SIMPLIFIED_OPERATOR_REDUCER_H_
7 7
8 #include "src/compiler/graph-reducer.h" 8 #include "src/compiler/graph-reducer.h"
9 #include "src/compiler/simplified-operator.h" 9 #include "src/compiler/simplified-operator.h"
10 10
11 namespace v8 { 11 namespace v8 {
12 namespace internal { 12 namespace internal {
13 13
14 // Forward declarations. 14 // Forward declarations.
15 class Factory;
15 class Heap; 16 class Heap;
16 17
17 namespace compiler { 18 namespace compiler {
18 19
19 // Forward declarations. 20 // Forward declarations.
20 class CommonOperatorBuilder; 21 class CommonOperatorBuilder;
21 class JSGraph; 22 class JSGraph;
22 class MachineOperatorBuilder; 23 class MachineOperatorBuilder;
23 24
24 class SimplifiedOperatorReducer FINAL : public Reducer { 25 class SimplifiedOperatorReducer FINAL : public Reducer {
(...skipping 26 matching lines...) Expand all
51 SimplifiedOperatorBuilder simplified_; 52 SimplifiedOperatorBuilder simplified_;
52 53
53 DISALLOW_COPY_AND_ASSIGN(SimplifiedOperatorReducer); 54 DISALLOW_COPY_AND_ASSIGN(SimplifiedOperatorReducer);
54 }; 55 };
55 56
56 } // namespace compiler 57 } // namespace compiler
57 } // namespace internal 58 } // namespace internal
58 } // namespace v8 59 } // namespace v8
59 60
60 #endif // V8_COMPILER_SIMPLIFIED_OPERATOR_REDUCER_H_ 61 #endif // V8_COMPILER_SIMPLIFIED_OPERATOR_REDUCER_H_
OLDNEW
« no previous file with comments | « src/compiler/scheduler.cc ('k') | test/cctest/compiler/test-graph-reducer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698