Searched refs:if_false0 (Results 1 – 6 of 6) sorted by relevance
/external/v8/test/unittests/compiler/ |
D | control-flow-optimizer-unittest.cc | 48 Node* if_false0 = graph()->NewNode(common()->IfFalse(), branch0); in TEST_F() local 52 if_false0); in TEST_F() 79 Node* if_false0 = graph()->NewNode(common()->IfFalse(), branch0); in TEST_F() local 83 if_false0); in TEST_F()
|
D | js-intrinsic-lowering-unittest.cc | 432 Capture<Node*> branch0, if_false0, branch1, if_true1; in TEST_F() local 450 effect, CaptureEq(&if_false0)), in TEST_F() 453 CaptureEq(&if_false0)))))), in TEST_F() 457 AllOf(CaptureEq(&if_false0), IsIfFalse(CaptureEq(&branch0)))))); in TEST_F()
|
/external/v8/src/compiler/ |
D | simplified-lowering.cc | 1673 Node* if_false0 = graph()->NewNode(common()->IfFalse(), branch0); in Int32Div() local 1677 Node* branch1 = graph()->NewNode(common()->Branch(), check1, if_false0); in Int32Div() 1698 if_false0 = graph()->NewNode(merge_op, if_true1, if_false1); in Int32Div() 1699 false0 = graph()->NewNode(phi_op, true1, false1, if_false0); in Int32Div() 1702 Node* merge0 = graph()->NewNode(merge_op, if_true0, if_false0); in Int32Div() 1784 Node* if_false0 = graph()->NewNode(common()->IfFalse(), branch0); in Int32Mod() local 1789 check1, if_false0); in Int32Mod() 1797 if_false0 = graph()->NewNode(merge_op, if_true1, if_false1); in Int32Mod() 1798 false0 = graph()->NewNode(phi_op, true1, false1, if_false0); in Int32Mod() 1801 Node* merge0 = graph()->NewNode(merge_op, if_true0, if_false0); in Int32Mod() [all …]
|
D | js-intrinsic-lowering.cc | 372 Node* if_false0 = graph()->NewNode(common()->IfFalse(), branch0); in ReduceValueOf() local 381 value, effect, if_false0), in ReduceValueOf() 382 effect, if_false0), in ReduceValueOf() 384 Node* branch1 = graph()->NewNode(common()->Branch(), check1, if_false0); in ReduceValueOf() 401 Node* merge0 = graph()->NewNode(merge_op, if_true0, if_false0); in ReduceValueOf()
|
D | js-typed-lowering.cc | 899 Node* if_false0 = graph()->NewNode(common()->IfFalse(), branch0); in ReduceJSToObject() local 905 receiver, efalse0, if_false0); in ReduceJSToObject() 908 receiver_map, efalse0, if_false0); in ReduceJSToObject() 917 check1, if_false0); in ReduceJSToObject() 1369 Node* if_false0 = graph()->NewNode(common()->IfFalse(), branch0); in ReduceJSConvertReceiver() local 1376 check1, if_false0); in ReduceJSConvertReceiver() 2360 Node* if_false0 = graph()->NewNode(common()->IfFalse(), branch0); in ReduceJSForInPrepare() local 2371 cache_array_false0, effect, if_false0); in ReduceJSForInPrepare() 2374 control = graph()->NewNode(common()->Merge(2), if_true0, if_false0); in ReduceJSForInPrepare() 2463 Node* if_false0 = graph()->NewNode(common()->IfFalse(), branch0); in ReduceJSForInNext() local [all …]
|
D | js-generic-lowering.cc | 723 Node* if_false0 = graph()->NewNode(common()->IfFalse(), branch0); in LowerJSForInPrepare() local 735 effect, if_false0); in LowerJSForInPrepare() 738 control = graph()->NewNode(common()->Merge(2), if_true0, if_false0); in LowerJSForInPrepare()
|