Home
last modified time | relevance | path

Searched refs:dominator_depth_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dschedule.h116 int32_t dominator_depth() const { return dominator_depth_; } in dominator_depth()
117 void set_dominator_depth(int32_t depth) { dominator_depth_ = depth; } in set_dominator_depth()
152 int32_t dominator_depth_; // Depth within the dominator tree. variable
Dschedule.cc19 dominator_depth_(-1), in BasicBlock()