Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dcommon-operator.cc378 #define CACHED(Name, properties, value_input_count, effect_input_count, \ argument
384 effect_input_count, control_input_count, \
614 #define CACHED(Name, properties, value_input_count, effect_input_count, \ argument
954 const Operator* CommonOperatorBuilder::EffectPhi(int effect_input_count) { in EffectPhi() argument
955 DCHECK(effect_input_count > 0); // Disallow empty effect phis. in EffectPhi()
956 switch (effect_input_count) { in EffectPhi()
969 0, effect_input_count, 1, 0, 1, 0); // counts in EffectPhi()
Dcommon-operator.h238 const Operator* EffectPhi(int effect_input_count); in NON_EXPORTED_BASE()