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

  /external/v8/test/unittests/compiler/
loop-peeling-unittest.cc 126 Branch NewBranch(Node* cond, Node* control = nullptr) {
315 Branch b1 = NewBranch(p0, loop);
316 Branch b2 = NewBranch(p0, b1.if_true);
349 Branch b1 = NewBranch(p0, loop);
350 Branch b2 = NewBranch(p0, b1.if_true);
397 Branch b1 = NewBranch(p0, loop);
398 Branch b2 = NewBranch(p0, b1.if_true);
457 Branch b1 = NewBranch(p0, loop);
458 Branch b2 = NewBranch(p0, b1.if_true);
479 Branch b1 = NewBranch(p0, loop)
    [all...]
  /external/v8/src/compiler/
control-builders.cc 13 builder_->NewBranch(condition, hint);
94 builder_->NewBranch(condition);
bytecode-graph-builder.h 84 Node* NewBranch(Node* condition, BranchHint hint = BranchHint::kNone) {
ast-graph-builder.h 49 Node* NewBranch(Node* condition, BranchHint hint = BranchHint::kNone) {
bytecode-graph-builder.cc     [all...]
  /external/v8/tools/release/
push_to_candidates.py 237 class NewBranch(Step):
399 NewBranch,

Completed in 108 milliseconds