Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dhydrogen-redundant-phi.cc59 phi->block()->RemovePhi(phi); in ProcessPhis()
Dhydrogen.h115 void RemovePhi(HPhi* phi);
Dhydrogen-instructions.cc1990 block()->RemovePhi(this); in DeleteFromGraph()
Dhydrogen.cc300 void HBasicBlock::RemovePhi(HPhi* phi) { in RemovePhi() function in v8::internal::HBasicBlock