Searched defs:if_true1 (Results 1 – 11 of 11) sorted by relevance
/external/v8/test/unittests/compiler/ |
D | control-flow-optimizer-unittest.cc | 53 Node* if_true1 = graph()->NewNode(common()->IfTrue(), branch1); in TEST_F() local 84 Node* if_true1 = graph()->NewNode(common()->IfTrue(), branch1); in TEST_F() local
|
D | branch-elimination-unittest.cc | 130 Node* if_true1 = graph()->NewNode(common()->IfTrue(), branch1); in TEST_F() local
|
D | loop-peeling-unittest.cc | 154 Node* if_true1 = ExpectPeeled(w.if_true, peeled); in TEST_F() local 175 Node* if_true1 = ExpectPeeled(w.if_true, peeled); in TEST_F() local
|
D | js-intrinsic-lowering-unittest.cc | 432 Capture<Node*> branch0, if_false0, branch1, if_true1; in TEST_F() local
|
/external/v8/test/cctest/compiler/ |
D | test-osr.cc | 225 Node* if_true1 = T.graph.NewNode(T.common.IfTrue(), branch1); in TEST() local 263 Node* if_true1 = T.graph.NewNode(T.common.IfTrue(), branch1); in TEST() local
|
D | test-loop-analysis.cc | 732 Node* if_true1 = t.graph.NewNode(t.common.IfTrue(), branch1); in RunEdgeMatrix2() local 808 Node* if_true1 = t.graph.NewNode(t.common.IfTrue(), branch1); in RunEdgeMatrix3() local
|
/external/v8/src/compiler/ |
D | simplified-lowering.cc | 1679 Node* if_true1 = graph()->NewNode(common()->IfTrue(), branch1); in Int32Div() local 1756 Node* if_true1 = graph()->NewNode(common()->IfTrue(), branch1); in Int32Mod() local 1791 Node* if_true1 = graph()->NewNode(common()->IfTrue(), branch1); in Int32Mod() local 1867 Node* if_true1 = graph()->NewNode(common()->IfTrue(), branch1); in Uint32Mod() local
|
D | js-typed-lowering.cc | 918 Node* if_true1 = graph()->NewNode(common()->IfTrue(), branch1); in ReduceJSToObject() local 1377 Node* if_true1 = graph()->NewNode(common()->IfTrue(), branch1); in ReduceJSConvertReceiver() local 2323 Node* if_true1 = graph()->NewNode(common()->IfTrue(), branch1); in ReduceJSForInPrepare() local 2473 Node* if_true1 = graph()->NewNode(common()->IfTrue(), branch1); in ReduceJSForInNext() local
|
D | change-lowering.cc | 340 Node* if_true1 = graph()->NewNode(common()->IfTrue(), branch1); in ChangeTaggedToFloat64() local
|
D | js-intrinsic-lowering.cc | 386 Node* if_true1 = graph()->NewNode(common()->IfTrue(), branch1); in ReduceValueOf() local
|
D | js-generic-lowering.cc | 675 Node* if_true1 = graph()->NewNode(common()->IfTrue(), branch1); in LowerJSForInPrepare() local
|