Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dhydrogen-redundant-phi.cc58 phi->block()->RemovePhi(phi); in ProcessPhis()
Dhydrogen.h89 void RemovePhi(HPhi* phi);
Dhydrogen-instructions.cc2525 block()->RemovePhi(this); in DeleteFromGraph()
Dhydrogen.cc117 void HBasicBlock::RemovePhi(HPhi* phi) { in RemovePhi() function in v8::internal::HBasicBlock