// Copyright 2022 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_MAGLEV_MAGLEV_GRAPH_LABELLER_H_ #define V8_MAGLEV_MAGLEV_GRAPH_LABELLER_H_ #include <map> #include "src/maglev/maglev-graph.h" #include "src/maglev/maglev-ir.h" #include "src/utils/utils.h" namespace v8 { namespace internal { namespace maglev { class MaglevGraphLabeller { … }; } // namespace maglev } // namespace internal } // namespace v8 #endif // V8_MAGLEV_MAGLEV_GRAPH_LABELLER_H_