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

  /external/v8/test/unittests/compiler/
diamond-unittest.cc 134 CHECK(BranchHint::kNone == BranchHintOf(dn.branch->op()));
137 CHECK(BranchHint::kTrue == BranchHintOf(dt.branch->op()));
140 CHECK(BranchHint::kFalse == BranchHintOf(df.branch->op()));
common-operator-unittest.cc 211 EXPECT_EQ(hint, BranchHintOf(op));
common-operator-reducer-unittest.cc 191 EXPECT_EQ(NegateBranchHint(hint), BranchHintOf(branch->op()));
  /external/v8/src/compiler/
control-flow-optimizer.cc 158 BranchHint const hint = BranchHintOf(branch->op());
210 if (BranchHintOf(branch->op()) != BranchHint::kNone) return false;
233 if (BranchHintOf(branch1->op()) != BranchHint::kNone) break;
common-operator.h 51 BranchHint BranchHintOf(const Operator* const);
common-operator-reducer.cc 105 node, common()->Branch(NegateBranchHint(BranchHintOf(node->op()))));
common-operator.cc 33 BranchHint BranchHintOf(const Operator* const op) {
scheduler.cc 438 switch (BranchHintOf(branch->op())) {
    [all...]

Completed in 1466 milliseconds