V8 Project
|
#include "src/compiler/graph.h"
#include "src/compiler/graph-reducer.h"
#include "src/compiler/operator.h"
#include "src/test/test-utils.h"
#include "testing/gmock/include/gmock/gmock.h"
Go to the source code of this file.
Classes | |
struct | v8::internal::compiler::anonymous_namespace{graph-reducer-unittest.cc}::MockReducer |
class | v8::internal::compiler::GraphReducerTest |
Namespaces | |
v8 | |
Debugger support for the V8 JavaScript engine. | |
v8::internal | |
v8::internal::compiler | |
v8::internal::compiler::anonymous_namespace{graph-reducer-unittest.cc} | |
Functions | |
v8::internal::compiler::TEST_F (GraphReducerTest, NodeIsDeadAfterReplace) | |
v8::internal::compiler::TEST_F (GraphReducerTest, ReduceOnceForEveryReducer) | |
v8::internal::compiler::TEST_F (GraphReducerTest, ReduceAgainAfterChanged) | |
Variables | |
SimpleOperator | v8::internal::compiler::anonymous_namespace{graph-reducer-unittest.cc}::OP0 (0, Operator::kNoWrite, 0, 1, "op0") |
SimpleOperator | v8::internal::compiler::anonymous_namespace{graph-reducer-unittest.cc}::OP1 (1, Operator::kNoProperties, 1, 1, "op1") |