Searched refs:GetCommonDominatorIfCached (Results 1 – 2 of 2) sorted by relevance
122 BasicBlock* GetCommonDominatorIfCached(BasicBlock* b1, BasicBlock* b2);
1173 BasicBlock* Scheduler::GetCommonDominatorIfCached(BasicBlock* b1, in GetCommonDominatorIfCached() function in v8::internal::compiler::Scheduler1227 BasicBlock* maybe_cache_hit = GetCommonDominatorIfCached(b1, b2); in GetCommonDominator()