Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
H A Dschedule.h135 int32_t dominator_depth() const { return dominator_depth_; } in dominator_depth()
136 void set_dominator_depth(int32_t depth) { dominator_depth_ = depth; } in set_dominator_depth()
173 int32_t dominator_depth_; // Depth within the dominator tree. member in v8::internal::compiler::final
H A Dschedule.cc19 dominator_depth_(-1), in BasicBlock()
87 dominator_depth_ = -1; in ResetRPOInfo()

Completed in 2 milliseconds