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