Searched refs:NewBranch (Results 1 - 6 of 6) sorted by relevance

/external/v8/test/unittests/compiler/
H A Dloop-peeling-unittest.cc126 Branch NewBranch(Node* cond, Node* control = nullptr) { function in class:v8::internal::compiler::LoopPeelingTest
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(p
[all...]
/external/v8/src/compiler/
H A Dcontrol-builders.cc13 builder_->NewBranch(condition, hint);
94 builder_->NewBranch(condition);
H A Dbytecode-graph-builder.h96 Node* NewBranch(Node* condition, BranchHint hint = BranchHint::kNone) { function in class:v8::internal::compiler::BytecodeGraphBuilder
H A Dast-graph-builder.h49 Node* NewBranch(Node* condition, BranchHint hint = BranchHint::kNone) { function in class:v8::internal::compiler::AstGraphBuilder
H A Dbytecode-graph-builder.cc1848 NewBranch(condition);
/external/v8/tools/release/
H A Dpush_to_candidates.py237 class NewBranch(Step): class in inherits:Step
399 NewBranch,

Completed in 164 milliseconds