Home
last modified time | relevance | path

Searched refs:ReducePureNode (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Ddead-code-elimination.h56 Reduction ReducePureNode(Node* node); in NON_EXPORTED_BASE()
Ddead-code-elimination.cc207 return ReducePureNode(node); in ReduceNode()
235 Reduction DeadCodeElimination::ReducePureNode(Node* node) { in ReducePureNode() function in v8::internal::compiler::DeadCodeElimination