Searched refs:if_true2 (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/compiler/ |
D | simplified-lowering.cc | 3597 Node* if_true2 = graph()->NewNode(common()->IfTrue(), branch2); in Int32Div() local 3603 if_false1 = graph()->NewNode(merge_op, if_true2, if_false2); in Int32Div() 3674 Node* if_true2 = graph()->NewNode(common()->IfTrue(), branch2); in Int32Mod() local 3684 if_false1 = graph()->NewNode(merge_op, if_true2, if_false2); in Int32Mod()
|
D | js-typed-lowering.cc | 1279 Node* if_true2 = graph()->NewNode(common()->IfTrue(), branch2); in ReduceJSHasInPrototypeChain() local 1301 control = graph()->NewNode(common()->Merge(5), if_true0, if_true1, if_true2, in ReduceJSHasInPrototypeChain()
|
D | wasm-compiler.cc | 2331 Node* if_true2 = graph()->NewNode(c->IfTrue(), branch2); in BuildI32AsmjsRemS() local 2340 if_false1 = graph()->NewNode(merge_op, if_true2, if_false2); in BuildI32AsmjsRemS()
|