Home
last modified time | relevance | path

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

/external/v8/test/unittests/compiler/
Dschedule-unittest.cc40 b0.set_dominator_depth(0); in TEST_F()
42 b1.set_dominator_depth(1); in TEST_F()
44 b2.set_dominator_depth(2); in TEST_F()
59 b0.set_dominator_depth(0); in TEST_F()
61 b1.set_dominator_depth(1); in TEST_F()
63 b2.set_dominator_depth(1); in TEST_F()
65 b3.set_dominator_depth(2); in TEST_F()
/external/v8/src/compiler/
Dschedule.h117 void set_dominator_depth(int32_t depth) { dominator_depth_ = depth; } in set_dominator_depth() function
Dscheduler.cc1126 block->set_dominator_depth(dominator->dominator_depth() + 1); in PropagateImmediateDominators()
1138 schedule_->start()->set_dominator_depth(0); in GenerateImmediateDominatorTree()
1704 b->set_dominator_depth(-1); in FuseFloatingControl()