Searched refs:effect_input_count (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/compiler/ |
D | common-operator.cc | 378 #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()
|
D | common-operator.h | 238 const Operator* EffectPhi(int effect_input_count); in NON_EXPORTED_BASE()
|