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