Lines Matching refs:IfFalse
467 // EffectPhi nodes whose uses have either the IfTrue or IfFalse as control
485 // IfTrue IfFalse
499 // IfTrue IfFalse ... IfTrue IfFalse
520 // Grab the IfTrue/IfFalse projections of the Branch.
533 // directly control-dependend on either the IfTrue or the IfFalse
540 if (control != matcher.IfTrue() && control != matcher.IfFalse()) return;
555 merge_false_inputs[index] = graph->NewNode(common->IfFalse(), branch1);
558 Node* const merge_false = matcher.IfFalse();
567 NodeProperties::ChangeOp(matcher.IfFalse(), common->Merge(input_count));
590 DCHECK(control == matcher.IfTrue() || control == matcher.IfFalse());
600 // Fix up IfTrue and IfFalse and kill all dead nodes.