Searched defs:GraphReducer (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/compiler/
H A Dgraph-reducer.cc15 GraphReducer::GraphReducer(Graph* graph) function in class:v8::internal::compiler::GraphReducer
24 void GraphReducer::ReduceNode(Node* node) {
78 explicit GraphReducerVisitor(GraphReducer* reducer) : reducer_(reducer) {}
83 GraphReducer* reducer_;
87 void GraphReducer::ReduceGraph() {

Completed in 139 milliseconds