HomeSort by relevance Sort by last modified time
    Searched refs:branch2 (Results 1 - 8 of 8) sorted by null

  /external/v8/test/unittests/compiler/
branch-elimination-unittest.cc 137 Node* branch2 = graph()->NewNode(common()->Branch(), condition, merge1); local
138 Node* if_true2 = graph()->NewNode(common()->IfTrue(), branch2);
139 Node* if_false2 = graph()->NewNode(common()->IfFalse(), branch2);
156 EXPECT_THAT(branch2, IsBranch(condition, merge1));
node-matchers-unittest.cc 939 Node* branch2 = local
    [all...]
  /external/v8/test/cctest/compiler/
test-osr.cc 228 Node* branch2 = T.graph.NewNode(T.common.Branch(), T.p0, if_true1); local
229 Node* if_true2 = T.graph.NewNode(T.common.IfTrue(), branch2);
230 Node* if_false2 = T.graph.NewNode(T.common.IfFalse(), branch2);
244 CheckInputs(branch2, T.p0, if_true1);
247 CheckInputs(if_true2, branch2);
248 CheckInputs(if_false2, branch2);
266 Node* branch2 = T.graph.NewNode(T.common.Branch(), T.p0, if_true1); local
267 Node* if_true2 = T.graph.NewNode(T.common.IfTrue(), branch2);
268 Node* if_false2 = T.graph.NewNode(T.common.IfFalse(), branch2);
283 CheckInputs(branch2, T.p0, if_true1)
    [all...]
test-loop-analysis.cc 740 Node* branch2 = t.graph.NewNode(t.common.Branch(), cond2, loop2); local
741 Node* if_true2 = t.graph.NewNode(t.common.IfTrue(), branch2);
742 Node* exit2 = t.graph.NewNode(t.common.IfFalse(), branch2);
756 phi2, cond2, branch2, if_true2};
760 Node* body2[] = {cond2, branch2, if_true2};
816 Node* branch2 = t.graph.NewNode(t.common.Branch(), cond2, loop2); local
817 Node* if_true2 = t.graph.NewNode(t.common.IfTrue(), branch2);
818 Node* exit2 = t.graph.NewNode(t.common.IfFalse(), branch2);
865 phi2, cond2, branch2, if_true2, exit3,
870 Node* body2[] = {cond2, branch2, if_true2, exit3, loop3
    [all...]
  /external/v8/src/compiler/
change-lowering.cc 346 Node* branch2 = graph()->NewNode(common()->Branch(), check2, if_true1); local
348 Node* if_true2 = graph()->NewNode(common()->IfTrue(), branch2);
351 Node* if_false2 = graph()->NewNode(common()->IfFalse(), branch2);
373 NodeProperties::ReplaceControlInput(branch2, use);
simplified-lowering.cc 1686 Node* branch2 = graph()->NewNode(common()->Branch(), check2, if_false1); local
1763 Node* branch2 = graph()->NewNode(common()->Branch(BranchHint::kFalse), local
    [all...]
  /art/compiler/utils/mips/
assembler_mips.cc     [all...]
  /art/compiler/utils/mips64/
assembler_mips64.cc     [all...]

Completed in 7050 milliseconds