HomeSort by relevance Sort by last modified time
    Searched refs:effect_input_count (Results 1 - 3 of 3) sorted by null

  /external/v8/src/compiler/
common-operator-reducer.cc 199 int const effect_input_count = inputs.count() - 1; local
200 DCHECK_LE(1, effect_input_count);
201 Node* const merge = inputs[effect_input_count];
203 DCHECK_EQ(effect_input_count, merge->InputCount());
206 for (int i = 1; i < effect_input_count; ++i) {
common-operator.cc 499 #define CACHED(Name, properties, value_input_count, effect_input_count, \
505 effect_input_count, control_input_count, \
770 #define CACHED(Name, properties, value_input_count, effect_input_count, \
    [all...]
common-operator.h 354 const Operator* EffectPhi(int effect_input_count);

Completed in 70 milliseconds