Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Deffect-control-linearizer.cc330 ZoneVector<PendingEffectPhi> pending_effect_phis(temp_zone()); in Run() local
380 pending_effect_phis.push_back(PendingEffectPhi(effect_phi, block)); in Run()
429 pending_effect_phis.push_back(PendingEffectPhi(effect, block)); in Run()
514 for (const PendingEffectPhi& pending_effect_phi : pending_effect_phis) { in Run()