Home | History | Annotate | Download | only in optimizing

Lines Matching refs:RemovePhi

547 void HBasicBlock::RemovePhi(HPhi* phi, bool ensure_safety) {
553 RemovePhi(instruction->AsPhi(), ensure_safety);
1073 successor->RemovePhi(phi);
1217 block->RemovePhi(it.Current()->AsPhi());