Searched refs:GraphReducer (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
H A D | graph-reducer.cc | 22 enum class GraphReducer::State : uint8_t { 42 GraphReducer::GraphReducer(Zone* zone, Graph* graph, TickCounter* tick_counter, in GraphReducer() function in v8::internal::compiler::GraphReducer 59 GraphReducer::~GraphReducer() = default; 62 void GraphReducer::AddReducer(Reducer* reducer) { in AddReducer() 67 void GraphReducer::ReduceNode(Node* node) { in ReduceNode() 97 void GraphReducer::ReduceGraph() { ReduceNode(graph()->end()); } in ReduceGraph() 100 Reduction GraphReducer::Reduce(Node* const node) { in Reduce() 148 void GraphReducer [all...] |
H A D | graph-reducer.h | 64 // Invoked by the {GraphReducer} when all nodes are done. Can be used to 139 class V8_EXPORT_PRIVATE GraphReducer class 142 GraphReducer(Zone* zone, Graph* graph, TickCounter* tick_counter, 145 ~GraphReducer() override; 147 GraphReducer(const GraphReducer&) = delete; 148 GraphReducer& operator=(const GraphReducer&) = delete;
|
H A D | pipeline.cc | 982 void AddReducer(PipelineData* data, GraphReducer* graph_reducer, in AddReducer() 1336 GraphReducer graph_reducer(temp_zone, data->graph(), &info->tick_counter(), in Run() 1404 GraphReducer graph_reducer(temp_zone, data->graph(), &info->tick_counter(), in Run() 1478 GraphReducer graph_reducer( in Run() 1499 GraphReducer graph_reducer( in Run() 1546 GraphReducer reducer(temp_zone, data->graph(), in Run() 1569 GraphReducer graph_reducer( in Run() 1628 GraphReducer graph_reducer( in Run() 1720 GraphReducer graph_reducer( in Run() 1738 GraphReducer graph_reduce in Run() [all...] |
H A D | typer.cc | 328 GraphReducer graph_reducer(zone(), graph(), tick_counter_, broker()); in Run()
|
Completed in 10 milliseconds