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

/art/compiler/optimizing/
H A Dnodes.cc962 RemovePhi(initial);
1063 void HBasicBlock::RemovePhi(HPhi* phi, bool ensure_safety) { function in class:art::HBasicBlock
1069 RemovePhi(instruction->AsPhi(), ensure_safety);
2121 successor->RemovePhi(phi);
2145 RemovePhi(insn);

Completed in 50 milliseconds