Lines Matching refs:control_count
1355 int const control_count = static_cast<int>(controls.size());
1356 if (control_count == 0) {
1358 } else if (control_count == 1) {
1363 control = graph()->NewNode(common()->Merge(control_count), control_count,
1367 common()->Phi(MachineRepresentation::kTagged, control_count),
1368 control_count + 1, &values.front());
1370 effect = graph()->NewNode(common()->EffectPhi(control_count),
1371 control_count + 1, &effects.front());
1829 int const control_count = static_cast<int>(controls.size());
1830 if (control_count == 0) {
1832 } else if (control_count == 1) {
1837 control = graph()->NewNode(common()->Merge(control_count), control_count,
1841 common()->Phi(MachineRepresentation::kTagged, control_count),
1842 control_count + 1, &values.front());
1844 effect = graph()->NewNode(common()->EffectPhi(control_count),
1845 control_count + 1, &effects.front());