Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dcontrol-flow-optimizer.cc74 if (BranchHintOf(branch->op()) != BranchHint::kNone) return false; in TryBuildSwitch()
97 if (BranchHintOf(branch1->op()) != BranchHint::kNone) break; in TryBuildSwitch()
Dcommon-operator.h47 V8_EXPORT_PRIVATE BranchHint BranchHintOf(const Operator* const);
Dcommon-operator-reducer.cc104 node, common()->Branch(NegateBranchHint(BranchHintOf(node->op())))); in ReduceBranch()
Dcommon-operator.cc35 BranchHint BranchHintOf(const Operator* const op) { in BranchHintOf() function
Dscheduler.cc446 switch (BranchHintOf(branch->op())) { in ConnectBranch()
Deffect-control-linearizer.cc240 BranchHint const hint = BranchHintOf(branch->op()); in TryCloneBranch()