Home | History | Annotate | Download | only in compiler

Lines Matching refs:OperatorProperties

50   if (OperatorProperties::IsBasicBlockBegin(node->op())) {
52 } else if (OperatorProperties::GetControlInputCount(node->op()) == 1) {
54 return OperatorProperties::IsBasicBlockBegin(control->op()) ? control
161 for (int j = OperatorProperties::GetValueInputCount(node->op()); j > 0;
165 for (int j = OperatorProperties::GetContextInputCount(node->op()); j > 0;
169 for (int j = OperatorProperties::GetFrameStateInputCount(node->op()); j > 0;
173 for (int j = OperatorProperties::GetEffectInputCount(node->op()); j > 0;
178 if (!use_to_def_ || OperatorProperties::IsBasicBlockBegin(node->op()) ||
180 for (int j = OperatorProperties::GetControlInputCount(node->op()); j > 0;
207 } else if (OperatorProperties::IsBasicBlockBegin(from->op()) ||
209 (OperatorProperties::GetControlInputCount(from->op()) > 0 &&