Home
last modified time | relevance | path

Searched refs:ReduceNode (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Ddead-code-elimination.h56 Reduction ReduceNode(Node* node);
H A Dgraph-reducer.cc67 void GraphReducer::ReduceNode(Node* node) { in ReduceNode() function in v8::internal::compiler::GraphReducer
97 void GraphReducer::ReduceGraph() { ReduceNode(graph()->end()); } in ReduceGraph()
H A Dgraph-reducer.h155 void ReduceNode(Node* const);
H A Ddead-code-elimination.cc75 return ReduceNode(node); in Reduce()
195 Reduction DeadCodeElimination::ReduceNode(Node* node) { in ReduceNode() function in v8::internal::compiler::DeadCodeElimination
H A Descape-analysis.cc570 void ReduceNode(const Operator* op, EscapeAnalysisTracker::Scope* current, in ReduceNode() function
854 ReduceNode(op, &current, jsgraph()); in Reduce()
H A Dtyper.cc330 for (Node* const root : roots) graph_reducer.ReduceNode(root); in Run()

Completed in 8 milliseconds