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

  /external/v8/tools/release/
push_to_candidates.py 237 class NewBranch(Step):
399 NewBranch,
  /external/v8/src/compiler/
bytecode-graph-builder.h 96 Node* NewBranch(Node* condition, BranchHint hint = BranchHint::kNone) {
ast-graph-builder.h 49 Node* NewBranch(Node* condition, BranchHint hint = BranchHint::kNone) {
  /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...]

Completed in 66 milliseconds