Searched defs:RemovePhi (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dnodes.cc881 void HBasicBlock::RemovePhi(HPhi* phi, bool ensure_safety) { function in class:art::HBasicBlock
887 RemovePhi(instruction->AsPhi(), ensure_safety);
1746 successor->RemovePhi(phi);
1770 RemovePhi(insn);

Completed in 25 milliseconds