Home
last modified time | relevance | path

Searched defs:effect_input_count (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Ddead-code-elimination.cc197 int const effect_input_count = node->op()->EffectInputCount(); in ReduceNode() local
Dcommon-operator-reducer.cc217 int const effect_input_count = inputs.count() - 1; in ReduceEffectPhi() local
Dcommon-operator.cc595 #define CACHED(Name, properties, value_input_count, effect_input_count, \ argument
875 #define CACHED(Name, properties, value_input_count, effect_input_count, \ argument
1323 const Operator* CommonOperatorBuilder::EffectPhi(int effect_input_count) { in EffectPhi()