HomeSort by relevance Sort by last modified time
    Searched refs:GraphReducer (Results 1 - 4 of 4) sorted by null

  /external/v8/src/compiler/
graph-reducer.cc 18 enum class GraphReducer::State : uint8_t {
28 GraphReducer::GraphReducer(Zone* zone, Graph* graph, Node* dead)
40 GraphReducer::~GraphReducer() {}
43 void GraphReducer::AddReducer(Reducer* reducer) {
48 void GraphReducer::ReduceNode(Node* node) {
78 void GraphReducer::ReduceGraph() { ReduceNode(graph()->end()); }
81 Reduction GraphReducer::Reduce(Node* const node) {
120 void GraphReducer::ReduceTop()
    [all...]
graph-reducer.h 57 // Invoked by the {GraphReducer} when all nodes are done. Can be used to
129 class V8_EXPORT_PRIVATE GraphReducer
132 GraphReducer(Zone* zone, Graph* graph, Node* dead = nullptr);
133 ~GraphReducer();
185 DISALLOW_COPY_AND_ASSIGN(GraphReducer);
pipeline.cc 736 void AddReducer(PipelineData* data, GraphReducer* graph_reducer,
    [all...]
typer.cc 354 GraphReducer graph_reducer(zone(), graph());
    [all...]

Completed in 260 milliseconds