Lines Matching refs:NodeProperties
49 if (limits_[NodeProperties::GetControlInput(node, i)->id()] == nullptr) { in Run()
61 if (NodeProperties::IsControlEdge(edge) && in Run()
155 << NodeProperties::GetControlInput(phi())->id() << "): " << *bound in AddUpperBound()
166 << NodeProperties::GetControlInput(phi())->id() << "): " << *bound; in AddLowerBound()
180 NodeProperties::GetControlInput(constraint->left()) == loop) { in VisitBackedge()
187 NodeProperties::GetControlInput(constraint->right()) == loop) { in VisitBackedge()
286 limits_[NodeProperties::GetControlInput(node, 0)->id()]; in TakeConditionsFromFirstControl()
302 DCHECK_EQ(IrOpcode::kLoop, NodeProperties::GetControlInput(phi)->opcode()); in TryGetInductionVariable()
330 if (NodeProperties::IsControlEdge(edge) && in DetectInductionVariables()
367 NodeProperties::ChangeOp( in ChangeToInductionVariablePhis()
379 Node* control = NodeProperties::GetControlInput(induction_var->phi()); in ChangeToPhisAndInsertGuards()
383 NodeProperties::ChangeOp( in ChangeToPhisAndInsertGuards()
390 Type* backedge_type = NodeProperties::GetType(backedge_value); in ChangeToPhisAndInsertGuards()
391 Type* phi_type = NodeProperties::GetType(induction_var->phi()); in ChangeToPhisAndInsertGuards()
394 NodeProperties::GetControlInput(induction_var->phi())->InputAt(1); in ChangeToPhisAndInsertGuards()