Home
last modified time | relevance | path

Searched refs:BranchHintOf (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dcontrol-flow-optimizer.cc77 if (BranchHintOf(branch->op()) != BranchHint::kNone) return false; in TryBuildSwitch()
101 if (BranchHintOf(branch1->op()) != BranchHint::kNone) break; in TryBuildSwitch()
H A Draw-machine-assembler.cc467 if (BranchHintOf(control_node->op()) != BranchHint::kFalse) { in MarkControlDeferred()
474 BranchHint hint = BranchHintOf(branch->op()); in MarkControlDeferred()
487 BranchHint hint = BranchHintOf(branch->op()); in MarkControlDeferred()
518 BranchHint hint = BranchHintOf(responsible_branch->op()); in MarkControlDeferred()
H A Dscheduler.cc491 switch (BranchHintOf(branch->op())) { in ConnectBranch()
511 BranchHintOf(branch->op()) != BranchHint::kNone && in ConnectBranch()
512 hint_from_profile != BranchHintOf(branch->op())) { in ConnectBranch()
552 if (BranchHintOf(successor_blocks[index]->front()->op()) == in ConnectSwitch()
H A Dcommon-operator.h74 V8_EXPORT_PRIVATE BranchHint BranchHintOf(const Operator* const)
H A Dcommon-operator-reducer.cc122 node, common()->Branch(NegateBranchHint(BranchHintOf(node->op())))); in ReduceBranch()
H A Dcommon-operator.cc50 BranchHint BranchHintOf(const Operator* const op) { in BranchHintOf() function
H A Dmachine-operator-reducer.cc2268 node, common()->Branch(NegateBranchHint(BranchHintOf(node->op())))); in SwapBranches()
H A Deffect-control-linearizer.cc544 BranchHint const hint = BranchHintOf(branch->op()); in TryCloneBranch()

Completed in 27 milliseconds