Home
last modified time | relevance | path

Searched refs:NegateBranchHint (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler/
Dcommon-operator.h34 inline BranchHint NegateBranchHint(BranchHint hint) { in NegateBranchHint() function
Dcommon-operator-reducer.cc105 node, common()->Branch(NegateBranchHint(BranchHintOf(node->op())))); in ReduceBranch()
/external/v8/test/unittests/compiler/
Dcommon-operator-reducer-unittest.cc191 EXPECT_EQ(NegateBranchHint(hint), BranchHintOf(branch->op())); in TEST_F()