Searched refs:dominator_depth_ (Results 1 – 2 of 2) sorted by relevance
135 int32_t dominator_depth() const { return dominator_depth_; } in NON_EXPORTED_BASE()136 void set_dominator_depth(int32_t depth) { dominator_depth_ = depth; } in NON_EXPORTED_BASE()173 int32_t dominator_depth_; // Depth within the dominator tree. in NON_EXPORTED_BASE() local
19 dominator_depth_(-1), in BasicBlock()87 dominator_depth_ = -1; in ResetRPOInfo()