Searched defs:effect_input_count (Results 1 – 3 of 3) sorted by relevance
197 int const effect_input_count = node->op()->EffectInputCount(); in ReduceNode() local
217 int const effect_input_count = inputs.count() - 1; in ReduceEffectPhi() local
595 #define CACHED(Name, properties, value_input_count, effect_input_count, \ argument875 #define CACHED(Name, properties, value_input_count, effect_input_count, \ argument1323 const Operator* CommonOperatorBuilder::EffectPhi(int effect_input_count) { in EffectPhi()