Searched refs:set_dominator_depth (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/compiler/
H A Dschedule.h120 void set_dominator_depth(int32_t depth) { dominator_depth_ = depth; } function in class:v8::internal::compiler::final
H A Dscheduler.cc1126 block->set_dominator_depth(dominator->dominator_depth() + 1);
1138 schedule_->start()->set_dominator_depth(0);
1704 b->set_dominator_depth(-1);

Completed in 261 milliseconds