Home | History | Annotate | Download | only in compiler

Lines Matching defs:cond1

188   //      |            |   Cond1 ... CondN
207 // Control1 Cond1 ... ControlN CondN
267 Node* cond1 = NodeProperties::GetValueInput(cond, index);
269 Node* branch1 = graph->NewNode(common->Branch(hint), cond1, control1);