Home
last modified time | relevance | path

Searched refs:GraphReducer (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/compiler/
Dgraph-reducer.cc18 enum class GraphReducer::State : uint8_t {
28 GraphReducer::GraphReducer(Zone* zone, Graph* graph, Node* dead) in GraphReducer() function in v8::internal::compiler::GraphReducer
40 GraphReducer::~GraphReducer() {} in ~GraphReducer()
43 void GraphReducer::AddReducer(Reducer* reducer) { in AddReducer()
48 void GraphReducer::ReduceNode(Node* node) { in ReduceNode()
78 void GraphReducer::ReduceGraph() { ReduceNode(graph()->end()); } in ReduceGraph()
81 Reduction GraphReducer::Reduce(Node* const node) { in Reduce()
120 void GraphReducer::ReduceTop() { in ReduceTop()
185 void GraphReducer::Replace(Node* node, Node* replacement) { in Replace()
190 void GraphReducer::Replace(Node* node, Node* replacement, NodeId max_id) { in Replace()
[all …]
Dgraph-reducer.h129 class V8_EXPORT_PRIVATE GraphReducer
132 GraphReducer(Zone* zone, Graph* graph, Node* dead = nullptr); in NON_EXPORTED_BASE()
133 ~GraphReducer(); in NON_EXPORTED_BASE()
185 DISALLOW_COPY_AND_ASSIGN(GraphReducer); in NON_EXPORTED_BASE()
Dpipeline.cc736 void AddReducer(PipelineData* data, GraphReducer* graph_reducer, in AddReducer()
1044 GraphReducer graph_reducer(scope.zone(), data->graph(), in ExecuteJobImpl()
1060 GraphReducer graph_reducer(scope.zone(), data->graph(), in ExecuteJobImpl()
1189 GraphReducer graph_reducer(temp_zone, data->graph(), in Run()
1274 GraphReducer graph_reducer(temp_zone, data->graph(), in Run()
1288 GraphReducer graph_reducer(temp_zone, data->graph(), in Run()
1301 GraphReducer graph_reducer(temp_zone, data->graph(), in Run()
1340 GraphReducer reducer(temp_zone, data->graph(), data->jsgraph()->Dead()); in Run()
1418 GraphReducer graph_reducer(temp_zone, data->graph(), in Run()
1430 GraphReducer graph_reducer(temp_zone, data->graph(), in Run()
[all …]
Dtyper.cc354 GraphReducer graph_reducer(zone(), graph()); in Run()