Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dscheduler.cc1227 BasicBlock* maybe_cache_hit = GetCommonDominatorIfCached(b1, b2); in GetCommonDominator() local
1228 if (maybe_cache_hit != nullptr) { in GetCommonDominator()
1229 b1 = b2 = maybe_cache_hit; in GetCommonDominator()