Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dscheduler.cc1189 int depth_difference = b1->dominator_depth() - b2->dominator_depth(); in GetCommonDominator() local
1190 if (depth_difference > -kCacheGranularity && in GetCommonDominator()
1191 depth_difference < kCacheGranularity) { in GetCommonDominator()