Home
last modified time | relevance | path

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

/external/v8/test/unittests/compiler/
Dloop-peeling-unittest.cc126 Branch NewBranch(Node* cond, Node* control = nullptr) { in NewBranch() function in v8::internal::compiler::LoopPeelingTest
315 Branch b1 = NewBranch(p0, loop); in TEST_F()
316 Branch b2 = NewBranch(p0, b1.if_true); in TEST_F()
349 Branch b1 = NewBranch(p0, loop); in TEST_F()
350 Branch b2 = NewBranch(p0, b1.if_true); in TEST_F()
397 Branch b1 = NewBranch(p0, loop); in TEST_F()
398 Branch b2 = NewBranch(p0, b1.if_true); in TEST_F()
457 Branch b1 = NewBranch(p0, loop); in TEST_F()
458 Branch b2 = NewBranch(p0, b1.if_true); in TEST_F()
479 Branch b1 = NewBranch(p0, loop); in TEST_F()
/external/v8/src/compiler/
Dcontrol-builders.cc13 builder_->NewBranch(condition, hint); in If()
94 builder_->NewBranch(condition); in BeginLabel()
Dbytecode-graph-builder.h96 Node* NewBranch(Node* condition, BranchHint hint = BranchHint::kNone) {
Dast-graph-builder.h49 Node* NewBranch(Node* condition, BranchHint hint = BranchHint::kNone) {
Dbytecode-graph-builder.cc1848 NewBranch(condition); in BuildConditionalJump()
/external/v8/tools/release/
Dpush_to_candidates.py237 class NewBranch(Step): class
399 NewBranch,