Home
last modified time | relevance | path

Searched refs:ReduceNode (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Ddead-code-elimination.h56 Reduction ReduceNode(Node* node); in NON_EXPORTED_BASE()
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()
Dgraph-reducer.h155 void ReduceNode(Node* const); in NON_EXPORTED_BASE()
Ddead-code-elimination.cc75 return ReduceNode(node); in Reduce()
195 Reduction DeadCodeElimination::ReduceNode(Node* node) { in ReduceNode() function in v8::internal::compiler::DeadCodeElimination
Descape-analysis.cc570 void ReduceNode(const Operator* op, EscapeAnalysisTracker::Scope* current, in ReduceNode() function
854 ReduceNode(op, &current, jsgraph()); in Reduce()
Dtyper.cc330 for (Node* const root : roots) graph_reducer.ReduceNode(root); in Run()
/third_party/chromium/patch/
D0001-cve.patch150867 @@ -799,9 +806,30 @@ void ReduceNode(const Operator* op, EscapeAnalysisTracker::Scope* current,