Home | History | Annotate | Download | only in compiler

Lines Matching refs:branch

371   Capture<Node*> add, branch, heap_number, if_true;
387 IsMerge(AllOf(CaptureEq(&if_true), IsIfTrue(CaptureEq(&branch))),
388 IsIfFalse(AllOf(CaptureEq(&branch),
402 Capture<Node*> branch, if_true;
411 CaptureEq(&branch),
415 IsIfFalse(CaptureEq(&branch)))));
427 Capture<Node*> branch, if_true;
434 IsMerge(AllOf(CaptureEq(&if_true), IsIfTrue(CaptureEq(&branch))),
436 CaptureEq(&branch),
450 Capture<Node*> branch, if_true;
457 IsMerge(AllOf(CaptureEq(&if_true), IsIfTrue(CaptureEq(&branch))),
459 CaptureEq(&branch),
473 Capture<Node*> branch, heap_number, if_false;
490 CaptureEq(&branch),
494 AllOf(CaptureEq(&if_false), IsIfFalse(CaptureEq(&branch))))));
528 Capture<Node*> branch, if_true;
537 CaptureEq(&branch),
541 IsIfFalse(CaptureEq(&branch)))));
553 Capture<Node*> branch, if_true;
561 IsMerge(AllOf(CaptureEq(&if_true), IsIfTrue(CaptureEq(&branch))),
563 CaptureEq(&branch),
577 Capture<Node*> branch, if_true;
585 IsMerge(AllOf(CaptureEq(&if_true), IsIfTrue(CaptureEq(&branch))),
587 CaptureEq(&branch),
601 Capture<Node*> branch, heap_number, if_false;
619 CaptureEq(&branch),
623 AllOf(CaptureEq(&if_false), IsIfFalse(CaptureEq(&branch))))));