Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dbranch-elimination.h110 Reduction ReduceOtherControl(Node* node); in NON_EXPORTED_BASE()
Dbranch-elimination.cc56 return ReduceOtherControl(node); in Reduce()
402 Reduction BranchElimination::ReduceOtherControl(Node* node) { in ReduceOtherControl() function in v8::internal::compiler::BranchElimination