Searched refs:depth_difference (Results 1 – 1 of 1) sorted by relevance
1189 int depth_difference = b1->dominator_depth() - b2->dominator_depth(); in GetCommonDominator() local1190 if (depth_difference > -kCacheGranularity && in GetCommonDominator()1191 depth_difference < kCacheGranularity) { in GetCommonDominator()