Searched refs:RemovePhi (Results 1 – 4 of 4) sorted by relevance
93 block->RemovePhi(phi, /*ensure_safety=*/ false); in EliminateDeadPhis()153 phi->GetBlock()->RemovePhi(phi); in Run()
136 merge_block->RemovePhi(phi); in TryRemovingBooleanSelection()
547 void HBasicBlock::RemovePhi(HPhi* phi, bool ensure_safety) { in RemovePhi() function in art::HBasicBlock553 RemovePhi(instruction->AsPhi(), ensure_safety); in RemoveInstructionOrPhi()1073 successor->RemovePhi(phi); in DisconnectAndDelete()1217 block->RemovePhi(it.Current()->AsPhi()); in DeleteDeadBlock()
696 void RemovePhi(HPhi* phi, bool ensure_safety = true);