Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dcommon-operator-reducer.h45 Reduction ReduceSwitch(Node* node); in NON_EXPORTED_BASE()
Dcommon-operator-reducer.cc74 return ReduceSwitch(node); in Reduce()
427 Reduction CommonOperatorReducer::ReduceSwitch(Node* node) { in ReduceSwitch() function in v8::internal::compiler::CommonOperatorReducer