Lines Matching refs:NodeProperties
50 if (!reduced_.Get(NodeProperties::GetControlInput(node, i))) { in Run()
62 if (NodeProperties::IsControlEdge(edge) && in Run()
81 << NodeProperties::GetControlInput(phi())->id() in AddUpperBound()
91 << NodeProperties::GetControlInput(phi())->id() in AddLowerBound()
104 NodeProperties::GetControlInput(constraint.left) == loop) { in VisitBackedge()
111 NodeProperties::GetControlInput(constraint.right) == loop) { in VisitBackedge()
211 limits_.Set(node, limits_.Get(NodeProperties::GetControlInput(node, 0))); in TakeConditionsFromFirstControl()
225 Node* loop = NodeProperties::GetControlInput(phi); in TryGetInductionVariable()
271 if (NodeProperties::IsControlEdge(edge) && in DetectInductionVariables()
308 NodeProperties::ChangeOp( in ChangeToInductionVariablePhis()
320 Node* control = NodeProperties::GetControlInput(induction_var->phi()); in ChangeToPhisAndInsertGuards()
324 NodeProperties::ChangeOp( in ChangeToPhisAndInsertGuards()
331 Type backedge_type = NodeProperties::GetType(backedge_value); in ChangeToPhisAndInsertGuards()
332 Type phi_type = NodeProperties::GetType(induction_var->phi()); in ChangeToPhisAndInsertGuards()
334 Node* loop = NodeProperties::GetControlInput(induction_var->phi()); in ChangeToPhisAndInsertGuards()
337 NodeProperties::GetEffectInput(induction_var->effect_phi(), 1); in ChangeToPhisAndInsertGuards()