HomeSort by relevance Sort by last modified time
    Searched refs:BranchHintOf (Results 1 - 6 of 6) sorted by null

  /external/v8/src/compiler/
control-flow-optimizer.cc 74 if (BranchHintOf(branch->op()) != BranchHint::kNone) return false;
97 if (BranchHintOf(branch1->op()) != BranchHint::kNone) break;
common-operator.h 47 V8_EXPORT_PRIVATE BranchHint BranchHintOf(const Operator* const);
common-operator-reducer.cc 104 node, common()->Branch(NegateBranchHint(BranchHintOf(node->op()))));
common-operator.cc 35 BranchHint BranchHintOf(const Operator* const op) {
    [all...]
scheduler.cc 446 switch (BranchHintOf(branch->op())) {
    [all...]
effect-control-linearizer.cc 240 BranchHint const hint = BranchHintOf(branch->op());
    [all...]

Completed in 215 milliseconds